/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'foodjx';  /* Project id 1884361 */
  src: url('//at.alicdn.com/t/c/font_1884361_8albkkzaesw.woff2?t=1694566968697') format('woff2'),
       url('//at.alicdn.com/t/c/font_1884361_8albkkzaesw.woff?t=1694566968697') format('woff'),
       url('//at.alicdn.com/t/c/font_1884361_8albkkzaesw.ttf?t=1694566968697') format('truetype');
}
.foodjx {
	font-family: "foodjx" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes shake-lr {

	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	10% {
		-webkit-transform: rotate(8deg);
		transform: rotate(8deg);
	}

	20%,
	40%,
	60% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	30%,
	50%,
	70% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	80% {
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg);
	}

	90% {
		-webkit-transform: rotate(8deg);
		transform: rotate(8deg);
	}
}

@keyframes shake-lr {

	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	10% {
		-webkit-transform: rotate(8deg);
		transform: rotate(8deg);
	}

	20%,
	40%,
	60% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	30%,
	50%,
	70% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	80% {
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg);
	}

	90% {
		-webkit-transform: rotate(8deg);
		transform: rotate(8deg);
	}
}

@-webkit-keyframes jello-vertical {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	40% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	50% {
		-webkit-transform: scale3d(0.85, 1.15, 1);
		transform: scale3d(0.85, 1.15, 1);
	}

	65% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	75% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes jello-vertical {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	40% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	50% {
		-webkit-transform: scale3d(0.85, 1.15, 1);
		transform: scale3d(0.85, 1.15, 1);
	}

	65% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	75% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes slide-in-left1 {
	0% {
		-webkit-transform: translateX(-10px) translateY(-50%);
		transform: translateX(-10px) translateY(-50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
		opacity: 1;
	}
}

@keyframes slide-in-left1 {
	0% {
		-webkit-transform: translateX(-10px) translateY(-50%);
		transform: translateX(-10px) translateY(-50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
		opacity: 1;
	}
}
body {
	line-height: 1;
}

.gray {
	background-color: #f5f5f5;
}
.iframe {
	overflow: hidden;
	height: 32px;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.advs {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}

.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.fix-navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #00895c;
	z-index: 9999;
	padding: 12px 0;
	display: none;
}
.fix-navigation .w {
	position: relative;
}
.fix-navigation .top-logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.fix-navigation .login-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}
.login-btn a {
	font-size: 16px;
	padding: 0 18px;
	border-radius: 21px;
	height: 42px;
	line-height: 42px;
	background: #229d75;
	display: inline-block;
	margin-left: 16px;
	color: #fff;
}
.login-btn a:hover {
	background: #4dac8d;
}
.fix-search {
	margin: 0 auto;
	width: 562px;
}
.fix-search .search {
	height: 42px;
	border-radius: 21px;
	background: #fff;
	position: relative;
}
.fix-search .form .searchSelect {
	width: 72px;
	height: 100%;
	position: relative;
	float: left;
}
.fix-search .form .searchSelect .select-top {
	width: 100%;
	position:relative;
	border-right: 1px solid #e8e8e8;
	margin-top: 9px;
}
.fix-search .form .searchSelect .select-top p {
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
	text-indent: 17px;
}
.fix-search .form .searchSelect .select-top i {
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 10px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.fix-search .form .searchSelect .select-top.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fix-search .form .searchSelect .select-bot {
	width: 80px;
	position: absolute;
	background-color: #ffffff;
	top: 40px;
	left: 0px;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}
.fix-search .form .searchSelect .select-bot li {
	line-height: 30px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fix-search .form .searchSelect .select-bot li:hover {
	background-color: #00895c;
	border-left: 2px solid #00895c;
	border-right: 2px solid #00895c;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.fix-search .form input {
	border: none;
	height: 100%;
	width: calc(100% - 72px);
	font-size: 14px;
	color: #aaaaaa;
	float: left;
	text-indent: 10px;
	padding-right: 90px;
	box-sizing: border-box;
	border-radius: 0 21px 21px 0;
}
.fix-search .form input:focus {
	color: #333;
}
.fix-search .form button {
	width: 90px;
	height: 100%;
	border: none;
	background-color: #fa9300;
	font-size: 16px;
	color: #fff;
	float: right;
	cursor: pointer;
	outline: none;
	border-radius: 2px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 21px 21px 0;
}
.fix-search .form button i {
	margin-right: 6px;
}
.banner-adv {
	margin: 0 auto;
}
.banner-adv ul {
	width: calc(100% + 10px);
	display: inline;
	float: left;
	margin: -10px 0 0 -5px;
}
.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}
.banner-adv ul li .adv-item {
	margin: 10px 5px 0 5px;
	position: relative;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.five li:nth-child(5n + 1) {
	clear: both;
}
.banner-adv ul.six li{
	width: 16.66%;
}
.w {
	width: 1560px;
	margin: 0 auto;
}
.w::after {
	content: "";
	display: block;
	clear: both;
}

#header {
	width: 100%;
	background: #f5f5f5;
	margin: 0 auto;
}

.header {
	margin: 0 auto;
	height: 32px;
}

.header ul {
	float: left;
}

.header ul li {
	float: left;
	padding: 6px 0px 6px 8px;
	height: 20px;
	line-height: 20px;
	color: #666;
}

.header ul li input {
	width: 92px;
	height: 18px;
	float: left;
	border: 1px solid #d4d4d4;
	background: white;
	font: normal 12px/18px Tahoma;
	color: #333333;
	padding-left: 3px;
	border-radius: 2px;
	display: inline;
	margin-left: -8px;
}

.header ul li button {
	width: 41px;
	height: 20px;
	float: left;
	line-height: 16px;
	color: white;
	cursor: pointer;
	background: #00895d;
	border-radius: 2px;
	text-align: center;
}

.header ul li a {
	color: #666;
	margin-left: 3px;
}
.header ul li a:hover {
	color: #00895d;
}
.topHead {
	position: relative;
}
.topHead p {
	line-height: 32px;
	color: #cfcfcf;
	position: absolute;
	right: 0;
	top: -32px;
}

.topHead p a {
	color: #666;
	margin: 0px 4px 0 6px;
	display: inline-block;
	position: relative;
}

.topHead p a.moblie {
	display: inline-block;
	text-indent: 17px;
	color: #00895d;
	background: url("https://www.foodjx.com/images/index/2015indexbg.png") no-repeat -217px -197px;
}

.topHead p a:hover img {
	display: block;
}

.topHead p a img {
	display: none;
	position: absolute;
	top: 33px;
	left: 0px;
	max-width: none;
	max-height: none;
	width: 90px;
	z-index: 9999;
}

.topHead p a.weixin {
	color: #00895d;
	margin-right: 30px;
}

.topHead a:hover,
.header p a.moblie:hover {
	text-decoration: underline;
	color: #ff6600;
}

.header span {
	margin-left: 10px;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	font: 14px/18px "Tahoma", "Arial", "Microsoft Yahei";
	padding: 6px 0px 6px 28px;
	float: left;
	background: url("https://www.foodjx.com/images/index/2015indexbg.png") no-repeat 5px -195px;
}

.header span a {
	color: #34911a;
	cursor: pointer;
}
.top {
	margin: 20px auto 15px;
}
.logo {
	float: left;
	width: 314px;
	margin-top: 6px;
}
/*搜索框样式*/
.searchBox {
	width: 640px;
	float: left;
	position: relative;
	margin-left: 84px;
	height: 48px;
	background-color: #00895c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00895c), to(#fa9300));
	background-image: -webkit-linear-gradient(90deg, #00895c, #fa9300);
	background-image: -moz-linear-gradient(90deg, #00895c, #fa9300);
	background-image: -ms-linear-gradient(90deg, #00895c, #fa9300);
	background-image: -o-linear-gradient(90deg, #00895c, #fa9300);
	background-image: linear-gradient(90deg, #00895c, #fa9300);
	border-radius: 24px;
	margin-top: 12px;
	padding: 2px;
	box-sizing: border-box;
}

.searchBox form {
	width: 100%;
	height: 100%;
}
.searchBox .form {
	width: 100%;
	height: 100%;
	border-radius: 24px;
}
.searchBox .form .select {
	width: 72px;
	height: 100%;
	position: relative;
	float: left;
}
.searchBox .form .select .select-top {
	font-size: 14px;
	line-height: 44px;
	cursor: pointer;
	text-align: center;
	position: relative;
	background: #fff;
	border-radius: 30px 0 0 30px;
	margin-left: 0;
	height: 44px;
}
.searchBox .form .select .select-top p {
	display: inline-block;
}
.searchBox .form .select .select-top::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	background: #e6e6e6;
}
.searchBox .form .select .select-top i {
	display: inline-block;
	font-size: 10px;
	vertical-align: top;
	margin-left: 2px;
	margin-top: 1px;
}
.searchBox .form .select .select-top.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg) scale(0.8);
	top: 14px;
}
.search {
	width: 100%;
	height: 46px;
}
.searchBox input {
	width: calc(100% - 72px);
	padding-right: 100px;
	float: left;
	height: 100%;
	background: #fff;
	border: none;
	outline: none;
	font-size: 14px;
	color: #aaa;
	text-indent: 10px;
	box-sizing: border-box;
}
.searchBox button {
	width: 100px;
	float: right;
	height: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	border-radius: 0 40px 40px 0;
	background-color: #fa9300;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f99b14), to(#fa9300));
	background-image: -webkit-linear-gradient(90deg, #f99b14, #fa9300);
	background-image: -moz-linear-gradient(90deg, #f99b14, #fa9300);
	background-image: -ms-linear-gradient(90deg, #f99b14, #fa9300);
	background-image: -o-linear-gradient(90deg, #f99b14, #fa9300);
	background-image: linear-gradient(90deg, #f99b14, #fa9300);
	position: absolute;
	right: 0;
	top: 0;
}
.searchBox button i {
	font-size: 16px;
	vertical-align: top;
	margin-right: 5px;
	display: inline-block;
	margin-top: 2px;
}
.searchBox ul {
	display: block;
	position: absolute;
	z-index: 9999;
	width: 76px;
	border: 2px solid #00895c;
	display: block;
	top: 44px;
	left: 0px;
	padding: 5px 0;
	background: #fff;
	display: none;
}
.searchBox ul li {
	display: block;
	font: normal 14px/22px microsoft yahei;
	color: #333;
	text-align: center;
	line-height: 25px;
}
.searchBox ul li:hover {
	background: #00895c;
	color: #fff;
}
.topAdv {
	float: right;
	width: 436px;
	position: relative;
}
.topAdv .Advs {
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 493px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.topAdv .Advs a {
	display: block;
	height: 0;
	padding-bottom: 17.24%;
	overflow: hidden;
}
.topAdv .Advs img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.topAdv:hover .Advs{
	z-index:99;
	opacity: 1;
}
/*导航栏*/
.nav {
	height: 56px;
	line-height: 56px;
	background: #00895c;
	white-space: nowrap;
}
.nav ul {
	white-space: nowrap;
}
.nav ul li {
	float: left;
	font-size: 20px;
}
.nav ul li.shihuan,.nav ul li.new {
	position: relative;
}
.nav ul li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav ul li a i {
	display: inline-block;
}
.nav ul li.active a {
	background: #fa9300;
}
.nav ul li a:hover {
	background: #fa9300;
}
.nav ul li a:hover i {
	-webkit-animation: jello-vertical 0.7s ;
	        animation: jello-vertical 0.7s ;
}
.nav ul li a {
	color: #fff;
	padding: 0 32px;
	display: inline-block;
}
.nav ul li a i {
	font-size: 20px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
	margin-top: 19px;
	line-height: 1;
}
.nav ul li a i img {
	width: 22px;
	vertical-align: top;
	margin-top: 18px;
}
.nav ul li a i.foodjxSearch{
	width: 22px;
	height: 22px;
	background: url(../../../../images/index/version/2023/searchIcon.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
}
.nav ul li.new::after {
	content: '';
	position: absolute;
	right: -14px;
	top: -5px;
	display: block;
	width: 60px;
	height: 20px;
	background: url("../../../../images/index/version/2023/new.png") no-repeat;
	background-size: contain;
}
.navFn {
	padding: 14px 0;
	background-color: #f5f5f5;
	font-size: 0;
}
.navFn .item {
	display: inline-block;
	position: relative;
	padding: 0 24px;
}
.navFn .item::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	bottom: 0;
	background-color: #e6e6e6;
}
.navFn .item:first-child {
	padding-left: 0;
}
.navFn .item:last-child {
	padding-right: 0;
}
.navFn .item:last-child::after {
	display: none;
}
.navFn .item:nth-child(2) .title {
	color: #e95c49;
	background-image: url(../../../../images/index/version/2023/red.png);
}
.navFn .title {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #44966a;
	padding-right: 16px;
	background: url(../../../../images/index/version/2023/green.png) no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
	height: 30px;
	line-height: 30px;
	margin-right: 6px;
}
.navFn p {
	display: inline-block;
	vertical-align: top;
}
.navFn p a {
	display: inline-block;
	font-size: 15px;
	color: #666;
	padding: 0 18px;
	line-height: 28px;
	height: 30px;
	border-radius: 15px;
	background-color: #eaeaea;
	margin-right: 10px;
	vertical-align: top;
}
.navFn p a:last-child {
	margin-right: 0;
}
.navFn p a:hover {
	color: #fff;
	background-color: #00895c;
}
.banner-adv ul li .picHover{
	width: 400px;
	width: max-content;
	width: -webkit-max-content;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.banner-adv ul li .picHoverRight {
	left: auto;
	right: 0;
}
.banner-adv ul li .picHoverBot {
	bottom: 0;
	top: auto;
}
.banner-adv ul li:hover .picHover {
	z-index: 9999999;
	opacity: 1;
}
.banner-adv ul li:nth-child(5n) .picHover {
	right: 0;
	left: auto;
}
.banner-adv ul li:nth-child(n + 5) .picHover {
	top: auto;
	bottom: 0;
}
.mt18 {
	margin-top: 18px;
}
.product-classify {
	width: 310px;
	float: left;
	position: relative;
	z-index: 99;
}
.pro-title {
	height: 60px;
	line-height: 60px;
	padding: 0 24px;
	background: -moz-linear-gradient( 0deg, rgb(60,151,81) 0%, rgb(0,166,129) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(60,151,81) 0%, rgb(0,166,129) 100%);
	background: -ms-linear-gradient( 0deg, rgb(60,151,81) 0%, rgb(0,166,129) 100%);
}
.pro-title b {
	display: block;
	font-size: 22px;
	color: #fff;
	position: relative;
}
.pro-title b i {
	width: 18px;
	height: 19px;
	display: inline-block;
	right: 0;
	background: url("../../../../images/index/version/2023/pro-title-ico.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.product-classify ul li {
	background: #f7f7f7;
	box-sizing: border-box;
	height: 90px;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 23px 0 25px;
	position: relative;
}
.product-classify ul li.hover .class-a i {
	-webkit-animation: slide-in-left1 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
	animation: slide-in-left1 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
}
.class-a p {
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
}
.class-a p i {
	right: 0;
	font-weight: normal;
	font-size: 12px;
	color: #999;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.class-a p a {
	color: #333;
}
.class-a p a:hover {
	color: #00895c;
}
.class-a span {
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	display: block;
	margin-top: 12px;
}
.class-a span a {
	color: #999;
	margin-right: 10px;
}
.class-a span a:hover {
	color: #00895c;
}
.class-b {
	position: absolute;
	width: 1250px;
	min-height: 630px;
	background: #fff;
	box-shadow: 0px 0px 4px 0px rgba(49, 49, 49, 0.2);
	left: 310px;
	top: 0;
	box-sizing: border-box;
	z-index: 99;
	display: none;
	/* height: 100%;
	overflow-x: hidden;
	overflow-y: auto; */
}
.product-classify ul li.hover .class-b {
	display: block;
}
.product-classify ul li.hover {
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(49, 49, 49, 0.2);
	border-bottom:none;
	z-index: 10;
}
.product-classify ul li.hover .class-a p i {
	color: #00895c;
}
.product-classify ul li.hover .class-a p a {
	color: #00895c;
}
.class-b.t2 {
	top: -90px;
}
.class-b.t3 {
	top:-180px;
}
.class-b.t4 {
	top:-270px;
}
.class-b.t5 {
	top:-360px;
}
.class-b.t6 {
	top:-450px;
}
.class-b.t7 {
	top:-540px;
}
.class-b.t8 {
	top:-630px;
}
.product-classify ul li:last-child {
	border-bottom: none;
}
.class-txt {
	overflow: hidden;
	width: 908px;
	float: left;
}
.class-txt .item {
	width: 414px;
	float: left;
	padding: 18px 0 10px 0px;
	margin-left: 40px;
}
.class-txt .item:nth-child(2n + 1) {
	clear: both;
}
.class-txt .item .class-c {
	height: 26px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 8px;
}
.class-txt .item .class-c b {
	position: relative;
	padding-left: 12px;
}
.class-txt .item .class-c b::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 16px;
	background: #00895c;
}
.class-txt .item .class-c a {
	color: #333;
}
.class-txt .item .class-c a:hover {
	color: #00895c;
}
.class-txt .item .class-c .more {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	color: #999;
	font-size: 14px;
}
.class-txt .item p {
	font-size: 16px;
	height: 30px;
	overflow: hidden;
	text-indent: -7px;
	color: #ededed;
}
.class-txt .item p a {
	line-height: 30px;
	color: #333;
	margin: 0 7px;
}
.class-txt .item p a:hover {
	color: #00895c;
}
.class-adv {
	overflow: hidden;
	padding: 20px 47px 0;
}
.class-adv .item {
	border: 3px solid #f90;
	border-image: -webkit-linear-gradient(90deg , #FCCF31, #F55555) 20 20;
	border-image: -moz-linear-gradient(90deg , #FCCF31, #F55555) 20 20;
	border-image: -o-linear-gradient(90deg , #FCCF31, #F55555) 20 20;
	border-image: linear-gradient(90deg , #FCCF31, #F55555) 20 20;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}
.class-adv .item:last-child {
	margin-top: 15px;
}
.class-adv .item img {
	width: 100%;
}
.class-adv .item p {
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	margin-top: 8px;
	font-weight: bold;
}
.class-adv .item p a {
	color: #333;
}
.class-adv .item span {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	display: block;
	color: #999;
}
.class-adv .item span a {
	color: #999;
}
.class-adv .item a:hover {
	color: #00895c;
}
.news {
	width: 830px;
	float: left;
	margin: 0 30px;
}
.news-nav {
	height: 60px;
	line-height: 60px;
	position: relative;
	font-size: 0;
}
.news-nav a {
	display: inline-block;
	width: 25%;
	text-align: center;
	font-size: 22px;
	color: #333;
	background: #f7f7f7;
	position: relative;
	vertical-align: top;
}
.news-nav a.focus {
	background: #fff;
	color: #00895c;
	font-weight: bold;
}
.news-nav a::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 21px;
	background: #dddddd;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-nav a.focus::after {
	display: none;
}
.news-nav a:last-child::after {
	display: none;
}
.news-nav .followTab {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 4px;
	background: #00895c;
}
.news-list {
	display: none;
}
.news-top {
	background: #f7f7f7;
	padding: 26px 18px 22px;
	margin-top: 25px;
}
.news-top b {
	display: block;
	font-size: 26px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}
.news-top p {
	font-size: 16px;
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 22px;
}
.news-top p a {
	color: #ff7e05;
}
.news-top b a {
	color: #00895c;
}
.news-top b i {
	font-size: 26px;
	color: #f8514c;
	margin-right: 8px;
}
.newsTop ul {
	padding: 23px 0;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	overflow: hidden;
	margin-top: -22px;
}
.newsTop ul li {
	font-size: 18px;
	width: 50%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 18px;
	box-sizing: border-box;
	float: left;
	margin-top: 22px;
}
.newsTop ul li a {
	color: #333;
}
.newsTop ul li a:hover {
	color: #00895c;
}
.newsBot {
	margin-top: 22px;
}
.newsBot .item:first-child {
	margin-top: 0;
}
.newsBot .item {
	overflow: hidden;
	margin-top: 16px;
}
.newsBot .image {
	width: 201px;
	margin-right: 24px;
	float: left;
	border-radius: 4px;
	overflow: hidden;
}
.newsBot .image a {
	display: block;
	height: 0;
	padding-bottom: 66.67%;
	overflow: hidden;
	position: relative;
}
.newsBot .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 3px;
}
.newsBot .image:hover img{
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.newsBot ul {
	overflow: hidden;
	padding: 12px 0;
}
.newsBot ul li {
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	padding-right: 0px;
	margin-top: 22px;
}
.newsBot ul li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size: 16px;
}
.newsBot ul li:first-child {
	font-weight: bold;
	font-size: 20px;
	height: 22px;
	line-height: 22px;
	margin-top: 0;
}
.newsBot ul li:first-child span {
	font-weight: normal;
}
.newsBot ul li a {
	color: #333;
}
.newsBot ul li a:hover {
	color: #00895c;
}
.media {
	overflow: hidden;
}
.media .swiper-box {
	position: relative;
}
.advs-image {
	height: 0;
	padding-bottom: 55.55%;
	overflow: hidden;
	position: relative;
}
.advs-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.advs-image .advs {
	position: static;
}
.swiper-box .swiper-button-next, .swiper-box .swiper-button-prev {
	width: 34px;
	height: 54px;
	margin-top: -27px;
	background-size: 12px 20px;
	background-color: rgba(0,0,0,.5);
}
.swiper-box .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	right: 0;
}
.swiper-box .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	left: 0;
}
.small-swiper {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}
.small-swiper .swiper-slide {
	width: 45px;
	margin: 4px 5px;
}
.small-swiper .swiper-slide.swiper-slide-thumb-active {
	width: 60px;
	margin: 0 5px;
}
.small-swiper .swiper-slide .item {
	height: 0;
	padding-bottom: 55%;
	overflow: hidden;
	position: relative;
}
.small-swiper .swiper-slide .item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.small-swiper .swiper-slide.swiper-slide-thumb-active::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 2px solid #fa9300;
}
.adv-box,.exhi-news {
	margin-top: 12px;
}
.exhi-news {
	background: -moz-linear-gradient( -90deg, rgb(255,247,235) 0%, rgb(247,247,247) 41%);
	background: -webkit-linear-gradient( -90deg, rgb(255,247,235) 0%, rgb(247,247,247) 41%);
	background: -ms-linear-gradient( -90deg, rgb(255,247,235) 0%, rgb(247,247,247) 41%);
	padding: 0 20px 20px;
}
.exhi-news .title {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.exhi-news .title span {
	line-height: 58px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	position: relative;

}
.exhi-news .title span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background-color: #fa9300;
}
.exhi-news .title span i {
	display: inline-block;
	background: url(../../../../images/index/version/2023/icon1.png) no-repeat;
	width: 14px;
	height: 13px;
	background-size: contain;
	vertical-align: top;
	margin-left: 4px;
	margin-top: 24px;
}
.exhi-news .title .more {
	position: absolute;
	right: 0;
	top: 24px;
	color: #333;
	font-size: 15px;
}
.exhi-news .title .more:hover {
	color: #00895c;
}
.exhi-news li {
	margin-top: 18px;
	font-size: 17px;
	line-height: 19px;
	height: 19px;
	overflow: hidden;
}
.exhi-news li i {
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #fa9300;
	vertical-align: top;
	margin-right: 9px;
	margin-top: 8px;
}
.exhi-news li a {
	color: #333;
}
.exhi-news li a:hover {
	color: #00895c;
}
.mt35,#footer {
	margin-top: 35px;
}
.part2 {
	padding: 35px 0;
	background: url(../../../../images/index/version/2023/live-bg.png) no-repeat;
	background-size: cover;
}
.part2-left {
	float: left;
	width: 994px;
	margin-right: 32px;
}
.part2-left .image {
	height: 0;
	padding-bottom: 56.1%;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.part2-left .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.part2-left .image .btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 0 30px;
	line-height: 56px;
	height: 56px;
	border-radius: 28px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: -moz-linear-gradient( 180deg, rgb(249,152,0) 0%, rgb(242,83,51) 100%);
	background: -webkit-linear-gradient( 180deg, rgb(249,152,0) 0%, rgb(242,83,51) 100%);
	background: -ms-linear-gradient( 180deg, rgb(249,152,0) 0%, rgb(242,83,51) 100%);
}
.part2-left .image .btn i {
	display: inline-block;
	width: 22px;
	height: 24px;
	background: url(https://public.mtnets.com/Images/public/zhibo-icon.gif) no-repeat;
	background-size: contain;
	margin-right: 4px;
	vertical-align: top;
	margin-top: 19px;
}
.part2-left .image a.play{
    position:absolute;
    z-index: 9;
    left:20px;
    bottom:20px;
    color:#ffffff;
}
.part2-left .image a.play i{
    font-size: 50px;
}
.part2-right {
	overflow: hidden;
}
.part2-right .title {
	text-align: center;
	position: relative;
}
.part2-right .title .text {
	position: relative;
}
.part2-right .title b {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 160px;
	height: 3px;
	background-color: rgba(255,255,255,.5);
}
.part2-right .title b:first-child {
	left: 0;
}
.part2-right .title b:last-child {
	right: 0;
}
.part2-right .title span {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
.part2-right .title span i {
	font-size: 41px;
	vertical-align: top;
	display: inline-block;
	margin-right: 7px;
	margin-top: -4px;
	font-weight: normal;
}
.part2-right .title p {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(255,255,255,.1);
	letter-spacing: 1px;
}
.part2-right .title .swiper-pagination {
	bottom: 6px;
	right: 0;
}
.part2-right .title .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: .5;
	margin-left: 7px;
}
.part2-right .title .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
	width: 22px;
	border-radius: 4px;
}
.live-swiper ul {
	overflow: hidden;
	margin-right: -20px;
}
.live-swiper li {
	float: left;
	width: 50%;
}
.live-swiper li .item {
	margin-right: 20px;
	margin-top: 21px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.live-swiper li .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.live-swiper li .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.live-swiper li p {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 68px;
	width: 100%;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
.live-swiper li p a {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	color: #fff;
}
.live-swiper li .image:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.part3 .w {
	position: relative;
}
.switch-swiper {
	overflow: hidden;
}
.switch-swiper .swiper-wrapper {
	width: calc(100% + 20px);
}
.switch-swiper .swiper-slide {
	width: 20%;
}
.switch-swiper .item {
	margin-right: 20px;
	background-color: #f7f7f7;
	border-radius: 4px;
	overflow: hidden;
}
.switch-swiper .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.switch-swiper .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.switch-swiper .image mark {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 28px;
	line-height: 26px;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	background-color: #fa9300;
	border-radius: 2px;
}
.switch-swiper .image:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.switch-swiper .text {
	padding: 16px 12px;
}
.switch-swiper .text p {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.switch-swiper .text p a {
	color: #333;
}
.switch-swiper .text p a:hover {
	color: #00895c;
}
.switch-swiper .text .time {
	margin-top: 16px;
	color: #999;
	font-size: 14px;
}
.switch-swiper .text .time i {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
}
.part3 .swiper-button-next, .part3 .swiper-button-prev {
	width: 36px;
	height: 38px;
	margin-top: -19px;
	background-size: contain;
}
.part3 .swiper-button-prev
 {
	background-image: url(../../../../images/index/version/2023/prev.png);
	left: -60px;
}
.part3 .swiper-button-next {
	background-image: url(../../../../images/index/version/2023/next.png);
	right: -60px;
}
.part4-left,.part5-left {
	width: 1150px;
	margin-right: 32px;
	float: left;
}
.part4 .title {
	padding-bottom: 8px;
	border-bottom: 3px solid #eee;
	position: relative;
}
.part4 .title span {
	display: inline-block;
	position: relative;
	font-size: 26px;
	line-height: 42px;
	font-weight: bold;
}
.part4 .title span i {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../../../../images/index/version/2023/icon2.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 2px;
}
.part4 .title span::after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
	height: 3px;
	width: 100%;
	background: -moz-linear-gradient( 0deg, rgb(0,137,92) 0%, rgb(112,192,125) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(0,137,92) 0%, rgb(112,192,125) 100%);
	background: -ms-linear-gradient( 0deg, rgb(0,137,92) 0%, rgb(112,192,125) 100%);
}
.part4 .title span::before {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 100%;
	height: 3px;
	width: 5px;
	background-color: #fff;
}

.part4 .title .more {
	position: absolute;
	right: 0;
	top: 10px;
	height: 28px;
	box-sizing: border-box;
	line-height: 24px;
	padding: 0 12px;
	border-radius: 14px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #666;
}
.part4 .title .more:hover {
	color: #00895c;
	border-color: #00895c;
}
.market-main {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	height: 417px;
}
.market-main ul {
	overflow: hidden;
	margin-right: -5px;
}
.market-main li {
	padding: 22px 15px 16px;
	float: left;
	box-sizing: border-box;
	width: 25%;
	border: 1px solid #e6e6e6;
	margin-left: -1px;
	margin-top: -1px;
	position: relative;
}
.market-main li p {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	padding-right: 80px;
}
.market-main li p a {
	color: #333;
}
.market-main li p a:hover {
	color: #00895c;
}
.market-main li .data {
	margin-top: 18px;
	padding-top: 12px;
	border-top: 1px solid #eee;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	color: #999999;
	font-family: "Microsoft YaHei";
}
.market-main li .data .time {
	position: absolute;
	right: 0;
	bottom: 0;
}
.market-main li .data b {
	color: #00895c;
	margin: 0 2px;
	font-weight: normal;
}
.market-main li .check {
	position: absolute;
	right: 16px;
	top: 18px;
	line-height: 26px;
	height: 28px;
	background-color: #eef4f2;
	padding: 0 12px;
	border-radius: 14px;
	color: #00895c;
	font-size: 14px;
}

.market-main:hover {
	overflow-y: scroll;
	overflow-x: hidden;
}
.market-main:hover ul {
	margin-right: -22px;
}
.part4-right {
	overflow: hidden;
}
.part4-right .title span i {
	background-image: url(../../../../images/index/version/2023/icon3.png);
}
.part4-right .title span::after {
	background: -moz-linear-gradient( 0deg, rgb(238,89,60) 0%, rgb(241,181,21) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(238,89,60) 0%, rgb(241,181,21) 100%);
	background: -ms-linear-gradient( 0deg, rgb(238,89,60) 0%, rgb(241,181,21) 100%);
}
.part4-right li {
	margin-top: 23px;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	padding-right: 92px;
	position: relative;
}
.part4-right li a {
	color: #333;
}
.part4-right li a:hover {
	color: #00895c;
}
.part4-right li .city {
	font-size: 16px;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}
.mt30 {
	margin-top: 30px;
}
.part5 .title {
	position: relative;
}
.part5 .title span i {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../../../../images/index/version/2023/icon4.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 2px;
}
.part5 .title span {
	font-size: 26px;
	font-weight: bold;
	line-height: 42px;
}
.part5 .title .products-tab {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
}
.part5 .title .products-tab a {
	font-size: 18px;
	color: #333;
	line-height: 36px;
	display: inline-block;
	padding: 0 18px;
	margin: 0 24px;
	vertical-align: top;
	position: relative;
	border-radius: 19px;
	height: 38px;
}
.part5 .title .products-tab a:last-child {
	margin-right: 0;
}
.part5 .title .products-tab a.focus {
	background-color: #00895c;
	color: #fff;
}
.part5 .title .products-tab a::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #00895C transparent transparent transparent;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.part5 .title .products-tab a.focus::after {
	opacity: 1;
}
.part5 .title .products-tab a::before {
	content: "/";
	position: absolute;
	right: -24px;
	top: 0;
	font-size: 18px;
	color: #ddd;
}
.part5 .title .products-tab a:last-child::before {
	display: none;
}
.products-bot {
	display: none;
	overflow: hidden;
}
.part5-left ul {
	margin-right: -24px;
	margin-top: -24px;
	overflow: hidden;
}
.part5-left li {
	width: 25%;
	float: left;
}
.part5-left li .item {
	margin-right: 24px;
	margin-top: 24px;
}
.part5-left li .image {
	height:0;
	padding-bottom: 81.4%;
	overflow: hidden;
	position: relative;
	background-color: #f7f7f7;
}
.part5-left li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.part5-left li .text {
	text-align: center;
}
.part5-left li .text p {
	margin-top: 12px;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.part5-left li .text p a {
	color: #333;
}
.part5-left li .text p a:hover {
	color: #00895C;
}
.part5-left li .text .type {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	color: #999;
	margin-top: 12px;
}
.part5-left li .text .price {
	margin-top: 10px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #00895c;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
}
.part5-left li .text .price mark {
	width: 158px;
	height: 100%;
	background-color: #00895c;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	float: left;
}
.part5-left li .text .price a {
	display: block;
	overflow: hidden;
	height: 100%;
	text-align: center;
	font-size: 16px;
	color: #fa9300;
	font-weight: bold;
}
.part5-left li .text .price a:hover {
	color: #00895C;
}
.part5-right {
	overflow: hidden;
}
.part5-right .right-title {
	padding-top: 5px;
	background: -moz-linear-gradient( 0deg, rgb(233,243,240) 0%, rgb(247,247,247) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(233,243,240) 0%, rgb(247,247,247) 100%);
	background: -ms-linear-gradient( 0deg, rgb(233,243,240) 0%, rgb(247,247,247) 100%);
	position: relative;
}

.part5-right .right-title span {
	font-size: 22px;
	line-height: 50px;
	height: 50px;
	background-color: #fff;
	padding: 0 12px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.part5-right .right-title span b {
	color: #00895C;
}
.part5-right .right-title span::after {
	content: "";
	position: absolute;
	right: -26px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 0 26px;
	border-color: transparent transparent transparent #fff;
}
.part5-right .right-title .more {
	position: absolute;
	right: 20px;
	top: 22px;
	font-size: 14px;
	color: #333;
}
.part5-right .right-title .more:hover {
	color: #00895C;
}

.part5-right .list li {
	margin-top: 27px;
}
.part5-right .list .name {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	position: relative;
	padding-right: 74px;
}
.part5-right .list .name a {
	color: #333;
}
.part5-right .list .name a:hover {
	color: #00895C;
}
.part5-right .list .name span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #999;
}
.part5-right .list .name span i {
	margin-right: 2px;
	display: inline-block;
	vertical-align: top;
}
.part5-right .list li.focus .item {
	display: block;
}
.part5-right .list .item {
	display: none;
	overflow: hidden;
	padding: 14px;
	background-color: #f7f7f7;
	margin-top: 16px;
}
.part5-right .list .item .image {
	width: 96px;
	float: left;
	margin-right: 14px;
}
.part5-right .list .item .image a {
	display: inline-block;
	position: relative;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	width: 100%;
}
.part5-right .list .item .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.part5-right .list .item .text {
	overflow: hidden;
}
.part5-right .list .item .text p {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 8px;
}
.part5-right .list .item .text p a {
	color: #333;
}
.part5-right .list .item .text p a:hover {
	color: #00895C;
}
.part5-right .list .item .text .price {
	margin-top: 24px;
	line-height: 34px;
	font-size: 22px;
	color: #00895C;
	position: relative;
}
.part5-right .list .item .text .price i {
	font-style: normal;
}
.part5-right .list .item .text .price .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 34px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
	background-color: #fa9300;
	padding: 0 15px;
	border: 1px solid #fa9300;
	box-sizing: border-box;
}
.part5-right .list .item .text .price .btn:hover {
	background-color: #fff;
	color: #fa9300;
}
.part6 {
	background: url(../../../../images/index/version/2023/enterprise-bg.png) no-repeat;
	background-size: cover;
	padding: 38px 0;
}
.gold-tab {
	text-align: center;
	font-size: 0;
}
.gold-tab p a {
	font-size: 36px;
	color: #629e7e;
	display: inline-block;
	margin: 0 64px;
	cursor: pointer;
	position: relative;
}
.gold-tab p a i {
	float: left;
	margin-right: 10px;
	height: 62px;
	width: 50px;
	background: url(../../../../images/index/version/2023/icon5.png) no-repeat;
	background-size: contain;
}
.gold-tab .text {
	overflow: hidden;
	display: block;
	text-align: left;
}
.gold-tab .text b {
	display: block;
	color: #F9D635;
}
.gold-tab .text font {
	font-size: 18px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	display: block;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
	text-transform: uppercase;
	margin-top: 6px;
}
.gold-bot ul {
	overflow: hidden;
	margin-right: -12px;
	margin-top: -12px;
}
.gold-bot li {
	float: left;
	width: 14.285%;
}
.gold-bot li .item {
	margin-right: 12px;
	margin-top: 12px;
}
.public-title {
	position: relative;
	text-align: center;
}
.public-title p {
	display: inline-block;
}
.public-title b {
	display: block;
	font-size: 36px;
}
.public-title span {
	display: block;
	margin-top: 7px;
	font-size: 18px;
	color: #e6e6e6;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
}
.public-title i {
	position: absolute;
	background: url(../../../../images/index/version/2023/titleL.png) no-repeat;
	background-size: contain;
	width: 664px;
	height: 29px;
	top: 5px;
}
.public-title i:first-child {
	left: 0;
}
.public-title i:last-child {
	right: 0;
	background-image: url(../../../../images/index/version/2023/titleR.png);
}
.part7-main {
	margin-top: 26px;
	overflow: hidden;
}
.part7-left {
	width: 380px;
	float: left;
	margin-right: 30px;
}
.public-nav {
	position: relative;
}
.public-tab.technology-tab p a {
	width: 220px;
	box-sizing: border-box;
	text-align: center;
}
.public-tab.report-tab p a {
	width: 152px;
	box-sizing: border-box;
	text-align: center;
}
.public-tab {
	border-top: 1px solid #e6e6e6;
}
.public-tab p {
	font-size: 0;
}
.public-tab p a {
	color: #999;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 16px 0;
	display: inline-block;
	position: relative;
}
.public-tab p a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	width: 0%;
	background-color: #00895C;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.public-tab p a.focus::after {
	width: 100%;
}
.public-tab p a.focus {
	color: #333;
}
.public-nav .more {
	position: absolute;
	right: 0;
	top: 18px;
	height: 28px;
	line-height: 24px;
	padding: 0 14px;
	border-radius: 14px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
}
.public-nav .more:hover {
	color: #00895C;
	border-color: #00895C;
}
.part7-left .item {
	margin-top: 35px;
	font-size: 18px;
}
.part7-left .item:nth-child(2) {
	margin-top: 24px;
}
.part7-left .item-top {
	overflow: hidden;
}
.part7-left .item-top .image {
	float: left;
	width: 150px;
	margin-right: 16px;
}
.part7-left .item-top .image a {
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}
.part7-left .item-top .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.part7-left .item-top .text {
	overflow: hidden;
}
.part7-left .item-top .text p {
	font-weight: bold;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.part7-left .item-top .text p a {
	color: #333;
}
.part7-left .item-top .text p a:hover {
	color: #00895C;
}
.part7-left .item-top .text span {
	display: block;
	margin-top: 24px;
	font-size: 16px;
	color: #999;
}
.part7-left li {
	margin-top: 25px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.part7-left li a {
	color: #333;
}
.part7-left li a:hover {
	color: #00895C;
}
.part7-center {
	float: left;
	width: 740px;
	margin-right: 30px;
}
.technology-bot {
	display: none;
}
.technology-bot .technology-top {
	margin-top: 24px;
	text-align: center;
	border: 1px solid #00895c;
	height: 64px;
	box-sizing: border-box;
	line-height: 62px;
	overflow: hidden;
	font-size: 22px;
	font-weight: bold;
}
.technology-bot .technology-top a {
	color: #00895C;
}
.technology-bot .technology-top a:hover {
	color: #f90;
}
.technology-bot li {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 24px;
	position: relative;
	padding-right: 60px;
}
.technology-bot li a {
	color: #333;
}
.technology-bot li a:hover {
	color: #00895C;
}
.technology-bot li a span {
	color: #00895C;
}
.technology-bot li .time {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #999;
}
.part7-right {
	overflow: hidden;
}
.part7-right .list li {
	margin-top: 24px;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.part7-right .list li a {
	color: #333;
}
.part7-right .list li a:hover {
	color: #00895C;
}
.part7-right .list li i {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #00895C;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 9px;
}
.part-adv li:nth-child(odd) {
	width: 1046px;
}
.part-adv li:nth-child(even) {
	float: none;
	overflow: hidden;
}
.part-adv li:nth-child(2n+1) {
	clear: both;
}
.part8-main {
	overflow: hidden;
	margin-top: 26px;
}
.exhi-left {
	width: 380px;
	float: left;
	margin-right: 30px;
}
.exhi-left-top {
	padding: 25px 34px;
	box-sizing: border-box;
	font-weight: bold;
	background: -moz-linear-gradient( 0deg, rgb(19,129,70) 0%, rgb(15,143,111) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(19,129,70) 0%, rgb(15,143,111) 100%);
	background: -ms-linear-gradient( 0deg, rgb(19,129,70) 0%, rgb(15,143,111) 100%);
}
.exhi-left-top a {
	color: #fff;
	display: block;
	font-size: 26px;
	line-height: 38px;
	height: 76px;
	overflow: hidden;
}
.meet-nav {
	height: 60px;
	line-height: 60px;
	position: relative;
	background: #eaeaea;
}
.meet-nav p {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.meet-nav a {
	width: 50%;
	font-size: 22px;
	text-align: center;
	color: #333;
	float: left;
}
.meet-nav a.focus {
	font-weight: bold;
	color: #00895c;
}
.meet-nav .followTab {
	width: 50%;
	height: 60px;
	background-color: #f7f7f7;
	z-index: 8;
	left: 0;
	top: 0;
	position: absolute;
}
.meet-nav .followTab i {
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	right: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #00895c transparent transparent transparent;
}
.meet-list {
	display: none;
}
.meet-list ul {
	padding: 1px 20px;
	background-color: #f7f7f7;
}
.meet-list ul li {
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	font-size: 18px;
	text-indent: 16px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.meet-list ul li a {
	color: #333;
	overflow: hidden;
}
.meet-list ul li::after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #cccccc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.meet-list ul li:last-child {
	border: none;
}
.meet-list ul li:hover a{
	color: #138146;
}
.meet-list ul li:hover::after {
	background-color: #138146;
}
.exhi-right {
	overflow: hidden;
}
.public-tab.exhi-tab {
	text-align: right;
	padding-right: 18px;
}
.public-tab.exhi-tab p a {
	margin-left: 28px;
}
.exhi-bot {
	display: none;
}
.exhi-bot ul {
	overflow: hidden;
	margin-right: -24px;
}
.exhi-bot li {
	float: left;
	width: 25%;
}
.exhi-bot li .item {
	margin-right: 24px;
	margin-top: 24px;
}
.exhi-bot li .image {
	height: 0;
	padding-bottom: 56.5%;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}
.exhi-bot li .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.exhi-bot li .image:hover a img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.exhi-bot li .image .time {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 8px;
	background-color: rgba(19,129,70,0.7);
	font-size: 16px;
	color: #fff;
	left: 0;
	bottom: 0;
}
.exhi-bot li .image .time i {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 1px;
	font-size: 16px;
}
.exhi-bot li .text p {
	margin-top: 12px;
	font-size: 18px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
.exhi-bot li .text p a {
	color: #333;
}
.exhi-bot li .text p a:hover {
	color: #00895C;
}
.exhi-bot li .text .data {
	margin-top: 12px;
}
.exhi-bot li .text .data span {
	display: block;
	line-height: 24px;
	font-size: 16px;
	color: #999;
	height: 24px;
	overflow: hidden;
}
.part9-left {
	width: 380px;
	box-sizing: border-box;
	float: left;
	margin-right: 30px;
	padding: 0 20px 22px;
	background-color: #f7f7f7;
}
.part9-left .title,.part9-right .title {
	line-height: 62px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.part9-left .title p,.part9-right .title p {
	font-size: 22px;
	font-weight: bold;
}
.part9-left .title p i,.part9-right .title p i {
	display: inline-block;
	width: 5px;
	height: 20px;
	background-color: #00895C;
	vertical-align: top;
	margin-right: 7px;
	margin-top: 22px;
}
.part9-left .title .sign {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #00895C;
	font-weight: bold;
}
.part9-left .title .sign i {
	font-weight: normal;
	font-size: 10px;
	vertical-align: top;
	margin-left: 3px;
}
.part9-left .list li {
	margin-top: 23px;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.part9-left .list li a {
	color: #333;
}
.part9-left .list li a:hover {
	color: #00895C;
}
.part9-left .list li i {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #00895C;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 8px;
}
.part9-right {
	overflow: hidden;
}
.part9-right .title p i {
	background-color: #fa9300;
}
.part9-right .title .link-nav {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
}
.part9-right .title .link-nav a {
	display: inline-block;
	font-size: 16px;
	width: 110px;
	height: 38px;
	box-sizing: border-box;
	line-height: 34px;
	border: 1px solid #ddd;
	color: #333;
	text-align: center;
	margin-left: 12px;
}
.part9-right .title .link-nav a:hover {
	color: #00895C;
	border-color: #00895C;
}
.member-list {
	margin-top: 20px;
}
.member-list ul {
	overflow: hidden;
	margin-top: -26px;
	margin-right: -20px;
}
.member-list li {
	float: left;
	width: 33.33%;
	margin-top: 26px;
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.member-list li a {
	color: #333;
	display: block;
	margin-right: 20px;
}
.member-list li a:hover {
	color: #00895C;
}
.member-list li span {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	vertical-align: top;
	padding: 0 8px;
	margin-right: 4px;
	background-image: -moz-linear-gradient( 0deg, rgb(250,129,0) 0%, rgb(247,170,5) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(250,129,0) 0%, rgb(247,170,5) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(250,129,0) 0%, rgb(247,170,5) 100%);
	color: #fff;
	font-size: 15px;
	border-radius: 13px;
	margin-top: 1px;
}
.member-list li span i {
	display: inline-block;
	width: 13px;
	height: 16px;
	background: url(../../../../images/index/version/2023/vip.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 5px;
}
.link-title {
	position: relative;
}
.link-tab {
	font-size: 0;
	background-color: #f7f7f7;
}
.link-tab a {
	display: inline-block;
	font-size: 20px;
	line-height: 60px;
	height: 60px;
	padding: 0 28px;
	color: #333;
	position: relative;
}
.link-tab a::after {
	content: "";
	position: absolute;
	width: 0%;
	top: 0;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #00895C;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.link-tab a.focus {
	font-weight: bold;
	color: #00895C;
	background-color: #fff;
}
.link-tab a.focus::after {
	width: 100%;
}
.link-title .join {
	position: absolute;
	right: 16px;
	top: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #00895C;
}
.link-title .join i {
	font-weight: normal;
	font-size: 12px;
	vertical-align: top;
	margin-left: 2px;
	margin-top: 2px;
	display: inline-block;
}
.link-title .join:hover {
	color: #f99b14;
}
.link-bot {
	display: none;
}
.link-bot p {
	font-size: 0;
	margin-right: -24px;
}
.link-bot p a {
	color: #333;
	font-size: 16px;
	display: inline-block;
	margin-top: 24px;
	margin-right: 24px;
}
.link-bot p a:hover {
	color: #00895C;
}
.update p {
	font-size: 0;
}
.update a {
	display: inline-block;
	width: 132px;
	height: 42px;
	line-height: 40px;
	border-radius: 2px;
	background-color: #eeeeee;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-right: 12px;
}
.update a:hover {
	color: #fff;
	background-color: #00895C;
}

#footer {
	width: 100%;
	border-top: 1px solid #e8e8e8;
	background: #333333;
	padding: 20px 0 12px;
}
.foot {
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.foot a {
	color: #999;
}
.foot a:hover {
	color: #00895c;
}
.footer-content {
	text-align: left;
	padding-left: 96px;
	border-bottom: 1px solid #424241;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.guide{
	padding-left: 15px;
	width: 350px;
	float: left;
}
.guide span{
	font-size: 18px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
.guide p{
	float: left;
	margin-right: 20px;
}
.guide p a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.guide.last {
	width: auto;
	overflow: hidden;
	float: none;
}
.zyAPP {
	width: 110px;
	text-align: center;
	margin: 5px 10px;
	display: inline-block;
	vertical-align: top;
}
.zyAPP:first-of-type {
    margin-left: 0;
}
.zyAPP b{
	font-size: 14px;
	line-height: 30px;
	color: #999;
	font-weight: normal;
}
.WechatTop{
	font-size: 14px;
    line-height: 30px;
    color: #999;
}
.guide {
	width: 400px;
	position: relative;
}
.guide p {
	width: 180px;
}
.foot span {
	font-size: 16px;
	color: #fff;
	display: block;
	margin: 0 0 15px;
}
.foot i {
	font-style: normal;
	color: #00895c;
}
.foot ul {
	display: inline-block;
	margin-top: 10px;
}
.foot li {
	float: left;
	margin-right: 20px;
}
.foot li b{
	display: block;
	font-weight: normal;
	margin-bottom: 7px;
}
.foot li a {
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;
	/* background: #cecece url(../../../images/index/QQ.png) no-repeat center; */
	margin-left: 8px;
	margin-right: 4px;
	vertical-align: top;
}

.foot li em{
	font-style:normal ;
	margin-right: 8px;
}
.bottom {
	padding: 20px 0;
	text-align: center;
	background-color: #333;
}
.bottom p a {
	margin-right: 12px;
}
.bottom p a.record6 {
	width: 86px;
	background: url(https://www.foodjx.com/images/index/ypxx.png) no-repeat;
	vertical-align: top;
	position: relative;
	height: 32px;
	display: inline-block;
	text-decoration: none;
	color: #424345;
	text-align: left;
	font: normal 12px/14px "microsoft yahei";
	margin: 0px 2px;
	border-radius: 3px;
	padding: 8px 0px 0 34px;
}
.bottom p a.record6::after {
	content: "互联网药品信息服务资格证书";
	position: absolute;
	right: 1px;
	top: 1px;
	width: 90px;
	background-color: #fff;
	bottom: 1px;
	border-radius: 2px;
	text-align: center;
	line-height: 14px;
	padding-top: 6px;
	padding-right: 6px;
	box-sizing: border-box;
}
.bottom span {
	margin-top: 15px;
	display: inline-block;
}
.bottom span img {
	margin-right: 5px;
}
.bottom span a {
	font-size: 12px;
	color: #999;
}
/* 20240124 */
.newYearBgi{
	padding-top: 82px;
	background: url(../../../../images/index/version/2024/newYearbgImages1560.png) no-repeat 0 -32px;
	background-size: 100% auto;
}
.newYearBgi .newYear{
	width: 1580px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.navFn{
	padding: 14px 10px;
}
.top,.nav,.newYearBgi .banner-adv,.newYearBgi .main {
	padding: 0 10px;
}
@media only screen and (min-width:1920px){
	.w{
		width: 1560px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1910px){
	.w{
		width: 1400px;
	}
	.newYearBgi{
		padding-top: 75px;
		background: url(../../../../images/index/version/2024/newYearbgImages1400.png?v=1) no-repeat;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1420px;
	}
	.nav ul li a {
		padding: 0 26px;
	}
	.nav ul li a i.foodjxSearch{
		width: 21px;
		height: 21px;
	}
	.public-tab.technology-tab p a {
		width: 200px;
	}
	.public-tab.report-tab p a {
		width: 140px;
	}
	.logo {
		width: 296px;
	}
	.searchBox {
		width: 600px;
		margin-left: 40px;
		height: 48px;
		margin-top: 10px;
	}
	.topAdv {
		width: 416px;
	}
	.topAdv .Advs {
		width: 460px;
	}
	.navFn p a {
		font-size: 14px;
		padding: 0 15px;
		line-height: 26px;
		height: 28px;
		margin-right: 10px;
	}
	.navFn p {
		margin-top: 2px;
	}
	.navFn .item {
		padding: 0 18px;
	}
	.navFn {
		padding: 10px 0;
	}
	.product-classify {
		width: 280px;
	}
	.pro-title {
		height: 54px;
		line-height: 54px;
		padding: 0 20px;
	}
	.pro-title b {
		font-size: 20px;
	}
	.product-classify ul li {
		height: 82px;
		padding: 17px 20px 0 20px;
	}
	.class-a p {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
	}
	.class-a p i {
		font-size: 11px;
	}
	.class-b {
		width: 1120px;
		min-height: 575px;
		left: 280px;
		top: 0;
	}
	.class-b.t2 {
		top: -82px;
	}
	.class-b.t3 {
		top: -164px;
	}
	.class-b.t4 {
		top: -246px;
	}
	.class-b.t5 {
		top: -328px;
	}
	.class-b.t6 {
		top: -410px;
	}
	.class-b.t7 {
		top: -492px;
	}
	.class-b.t8 {
		top: -574px;
	}
	.class-adv {
		padding: 10px 32px 0 30px;
	}
	.class-txt {
		width: 840px;
	}
	.class-txt .item {
		width: 390px;
		margin-left: 30px;
		padding: 10px 0 10px 0px;
	}
	.class-txt .item .class-c {
		margin-bottom: 6px;
	}
	.class-txt .item p {
		font-size: 14px;
	}
	.news {
		width: 744px;
		margin: 0 28px;
	}
	.news-nav {
		height: 54px;
		line-height: 54px;
	}
	.news-nav a {
		font-size: 20px;
	}
	.news-top {
		padding: 24px 14px 20px;
		margin-top: 20px;
	}
	.news-top b {
		font-size: 24px;
		height: 30px;
		line-height: 30px;
	}
	.news-top b i {
		font-size: 24px;
	}
	.news-top p {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
		margin-top: 16px;
	}
	.newsTop ul {
		padding: 20px 0;
		margin-top: -20px;
	}
	.newsTop ul li {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
		padding: 0 16px;
		margin-top: 20px;
	}
	.newsBot .image {
		width: 180px;
		margin-right: 24px;
	}
	.newsBot ul li:first-child {
		font-size: 18px;
		height: 20px;
		line-height: 20px;
	}
	.newsBot ul li {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
		padding-right: 0px;
		margin-top: 20px;
	}
	.newsBot ul li span {
		font-size: 14px;
	}
	.newsBot .item {
		margin-top: 22px;
	}
	.exhi-news .title span {
		line-height: 54px;
		font-size: 18px;
	}
	.exhi-news .title span i {
		width: 14px;
		height: 13px;
		margin-top: 21px;
	}
	.exhi-news .title .more {
		top: 22px;
		font-size: 14px;
	}
	.exhi-news li {
		margin-top: 17px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.mt35,#footer {
		margin-top: 32px;
	}
	.part2 {
		padding: 32px 0;
	}
	.part2-left {
		width: 890px;
		margin-right: 30px;
	}
	.part2-left .image .btn {
		padding: 0 28px;
		line-height: 50px;
		height: 52px;
		font-size: 20px;
	}
	.part2-left .image .btn i {
		width: 20px;
		height: 20px;
		margin-right: 4px;
		margin-top: 18px;
	}
	.part2-right .title span {
		font-size: 26px;
	}
	.part2-right .title span i {
		font-size: 38px;
		margin-top: -4px;
	}
	.part2-right .title b {
		width: 134px;
	}
	.part2-right .title p {
		font-size: 22px;
	}
	.live-swiper li .item {
		margin-right: 18px;
		margin-top: 18px;
	}
	.live-swiper ul {
		margin-right: -18px;
	}
	.live-swiper li p a {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.switch-swiper .item {
		margin-right: 18px;
	}
	.switch-swiper .swiper-wrapper {
		width: calc(100% + 18px);
	}
	.part4-left, .part5-left {
		width: 1030px;
		margin-right: 30px;
	}
	.part4 .title span i,.part5 .title span i {
		width: 38px;
		height: 38px;
		margin-right: 8px;
		margin-top: 2px;
	}
	.part4 .title span,.part5 .title span {
		font-size: 24px;
		line-height: 38px;
	}
	.market-main li p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.market-main li {
		/* padding: 18px 15px 12px; */
	}
	.market-main li .check {
		top: 17px;
		font-size: 12px;
		right: 7px;
	}
	.market-main li .data {
		margin-top: 16px;
		padding-top: 12px;
		font-size: 13px;
	}
	.part4-right li {
		margin-top: 21px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
		padding-right: 84px;
	}
	.part4-right li .city {
		font-size: 14px;
	}
	.market-main {
		height: 372px;
	}
	.part5 .title .products-tab a {
		font-size: 16px;
		line-height: 34px;
		padding: 0 18px;
		margin: 0 20px;
		height: 36px;
	}
	.part5 .title .products-tab a::before {
		font-size: 16px;
	}
	.part5 .title .products-tab a::after {
		bottom: -7px;
		border-width: 7px 7px 0 7px;
	}
	.part5-left ul {
		margin-right: -22px;
		margin-top: -22px;
	}
	.part5-left li .item {
		margin-right: 22px;
		margin-top: 22px;
	}
	.part5-left li .text p {
		margin-top: 10px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.part5-left li .text .type {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 8px;
	}
	.part5-left li .text .price {
		margin-top: 8px;
		height: 34px;
		line-height: 32px;
	}
	.part5-left li .text .price mark {
		width: 140px;
		font-size: 17px;
	}
	.part5-left li .text .price a {
		font-size: 15px;
	}
	.part5-right .right-title span {
		font-size: 20px;
		line-height: 44px;
		height: 44px;
		padding: 0 10px;
	}
	.part5-right .right-title span::after {
		right: -24px;
		border-width: 44px 0 0 24px;
	}
	.part5-right .right-title .more {
		right: 18px;
		top: 21px;
		font-size: 14px;
	}
	.part5-right .list .name {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
		padding-right: 66px;
	}
	.part5-right .list .name span {
		font-size: 14px;
	}
	.part5-right .list .name span i {
		font-size: 14px;
	}
	.part5-right .list .item .image {
		width: 86px;
	}
	.part5-right .list .item .text p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.part5-right .list .item .text .price {
		margin-top: 18px;
		line-height: 32px;
		font-size: 20px;
	}
	.part5-right .list .item .text .price .btn {
		height: 32px;
		line-height: 30px;
		font-size: 14px;
		padding: 0 12px;
	}
	.part5-right .list li {
		margin-top: 24px;
	}
	.part6 {
		padding: 30px 0;
	}
	.gold-tab p a i {
		height: 59px;
		width: 48px;
	}
	.gold-tab p a {
		font-size: 34px;
	}
	.gold-tab .text font {
		font-size: 17px;
	}
	.mt30 {
		margin-top: 28px;
	}
	.gold-bot li .item {
		margin-right: 10px;
		margin-top: 10px;
	}
	.gold-bot ul {
		margin-right: -10px;
		margin-top: -10px;
	}
	.public-title b {
		font-size: 34px;
	}
	.public-title span {
		font-size: 17px;
	}
	.public-title i {
		width: 585px;
		height: 26px;
	}
	.part7-main {
		margin-top: 20px;
	}
	.part7-left {
		width: 340px;
		margin-right: 28px;
	}
	.public-tab p a {
		font-size: 20px;
		padding: 20px 14px 0;
	}
	.public-nav .more {
		top: 18px;
		height: 26px;
		line-height: 24px;
		padding: 0 12px;
		font-size: 14px;
	}
	.part7-left .item-top .image {
		width: 135px;
		margin-right: 16px;
	}
	.part7-left .item {
		margin-top: 32px;
		font-size: 16px;
	}
	.part7-left .item-top .text p {
		line-height: 26px;
		height: 52px;
	}
	.part7-left .item-top .text span {
		margin-top: 20px;
		font-size: 14px;
	}
	.part7-left li {
		margin-top: 22px;
		line-height: 18px;
		height: 18px;
	}
	.part7-left .item:nth-child(2) {
		margin-top: 20px;
	}
	.technology-bot .technology-top {
		margin-top: 22px;
		height: 58px;
		line-height: 56px;
		font-size: 20px;
	}
	.technology-bot li {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
		margin-top: 21px;
		padding-right: 50px;
	}
	.technology-bot li .time {
		font-size: 14px;
	}
	.part7-center {
		width: 664px;
		margin-right: 28px;
	}
	.part7-right .list li {
		margin-top: 21px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.part7-right .list li i {
		margin-right: 8px;
		margin-top: 7px;
	}
	.part-adv li:nth-child(2n+1) {
		width: 940px;
	}
	.part8-main {
		margin-top: 22px;
	}
	.exhi-left-top a {
		font-size: 24px;
		line-height: 36px;
		height: 72px;
	}
	.exhi-left {
		width: 340px;
		margin-right: 28px;
	}
	.exhi-left-top {
		padding: 20px 26px;
	}
	.meet-nav {
		height: 54px;
		line-height: 54px;
	}
	.meet-nav a {
		font-size: 20px;
	}
	.meet-nav .followTab {
		height: 54px;
	}
	.meet-nav .followTab i {
		bottom: 0;
		right: 6px;
		border-width: 6px 7px 0 7px;
	}
	.meet-list ul li {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		text-indent: 16px;
	}
	.exhi-bot li .image .time {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.exhi-bot li .image .time i {
		font-size: 15px;
	}
	.exhi-bot li .text p {
		margin-top: 12px;
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
	.exhi-bot li .text .data span {
		line-height: 21px;
		font-size: 14px;
		height: 21px;
	}
	.exhi-bot li .text .data {
		margin-top: 9px;
	}
	.part9-left {
		width: 340px;
		margin-right: 28px;
		padding: 0 20px 18px;
	}
	.part9-left .title p, .part9-right .title p {
		font-size: 20px;
	}
	.part9-left .title, .part9-right .title {
		line-height: 56px;
	}
	.part9-left .title p i, .part9-right .title p i {
		width: 5px;
		height: 18px;
		margin-top: 21px;
	}
	.part9-left .title .sign {
		font-size: 14px;
	}
	.part9-left .title .sign i {
		font-size: 9px;
	}
	.part9-left .list li {
		margin-top: 21px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.part9-left .list li i {
		margin-right: 8px;
		margin-top: 8px;
	}
	.part9-right .title .link-nav a {
		font-size: 14px;
		width: 94px;
		height: 32px;
		line-height: 30px;
		margin-left: 10px;
		vertical-align: top;
		margin-top: 14px;
	}
	.member-list li {
		margin-top: 22px;
		font-size: 16px;
		line-height: 26px;
		height: 26px;
	}
	.member-list li span {
		height: 24px;
		line-height: 22px;
		padding: 0 8px;
		margin-right: 4px;
		font-size: 14px;
		margin-top: 2px;
	}
	.member-list li span i {
		width: 11px;
		height: 14px;
		margin-right: 4px;
		margin-top: 6px;
	}
	.link-tab a {
		font-size: 18px;
		line-height: 54px;
		height: 54px;
		padding: 0 38px;
	}
	.link-title .join {
		right: 16px;
		top: 20px;
		font-size: 15px;
	}
	.link-title .join i {
		font-size: 11px;
		margin-left: 2px;
		margin-top: 3px;
	}
	.link-bot p a {
		font-size: 15px;
		margin-top: 20px;
		margin-right: 20px;
	}
	.link-bot p {
		margin-right: -20px;
	}
	.update a {
		width: 126px;
		height: 40px;
		line-height: 38px;
		font-size: 15px;
		margin-right: 12px;
	}
	.footer-content {
		padding-left: 0;
	}

}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1328px;
	}
	.newYearBgi{
		padding-top: 70px;
		background: url(../../../../images/index/version/2024/newYearbgImages1328.png) no-repeat 0 -29px;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1348px;
	}
	.nav ul li a {
		padding: 0 22px;
	}
	.nav ul li.new::after {
		right: -20px;
		top: -10px;
	}
	.nav ul li a i.foodjxSearch{
		width: 20px;
		height: 20px;
	}
	.public-tab.technology-tab p a {
		width: 178px;
	}
	.public-tab.report-tab p a {
		width: 140px;
	}
	.logo {
		width: 296px;
		margin-top: 2px;
	}
	.searchBox {
		width: 578px;
		margin-left: 32px;
		height: 48px;
		margin-top: 6px;
	}
	.topAdv {
		width: 380px;
	}
	.topAdv .Advs {
		width: 420px;
	}
	.navFn .title {
		font-size: 16px;
		padding-right: 14px;
		margin-right: 0;
	}
	.navFn p a {
		font-size: 14px;
		padding: 0 12px;
		line-height: 26px;
		height: 28px;
		margin-right: 10px;
	}
	.navFn p {
		margin-top: 2px;
	}
	.navFn .item {
		padding: 0 12px;
	}
	.navFn {
		padding: 10px 0;
	}
	.product-classify {
		width: 280px;
	}
	.pro-title {
		height: 54px;
		line-height: 54px;
		padding: 0 20px;
	}
	.pro-title b {
		font-size: 20px;
	}
	.product-classify ul li {
		height: 82px;
		padding: 17px 20px 0 20px;
	}
	.class-a p {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
	}
	.class-a p i {
		font-size: 11px;
	}
	.class-b {
		width: 1048px;
		min-height: 575px;
		left: 280px;
		top: 0;
	}

	.class-b.t2 {
		top: -82px;
	}
	.class-b.t3 {
		top: -164px;
	}
	.class-b.t4 {
		top: -246px;
	}
	.class-b.t5 {
		top: -328px;
	}
	.class-b.t6 {
		top: -410px;
	}
	.class-b.t7 {
		top: -492px;
	}
	.class-b.t8 {
		top: -574px;
	}
	.class-adv {
		padding: 10px 32px 0 30px;
	}
	.class-txt {
		width: 790px;
	}
	.class-txt .item {
		width: 370px;
		margin-left: 25px;
		padding: 10px 0 10px 0px;
	}
	.class-txt .item p a {
		margin: 0 7px;
	}
	.class-txt .item .class-c {
		margin-bottom: 6px;
	}
	.class-txt .item p {
		font-size: 14px;
	}
	.news {
		width: 676px;
		margin: 0 26px;
	}
	.news-nav {
		height: 54px;
		line-height: 54px;
	}
	.news-nav a {
		font-size: 20px;
	}
	.news-top {
		padding: 24px 14px 20px;
		margin-top: 20px;
	}
	.news-top b {
		font-size: 24px;
		height: 30px;
		line-height: 30px;
	}
	.news-top b i {
		font-size: 24px;
	}
	.news-top p {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
		margin-top: 16px;
	}
	.newsTop ul {
		padding: 20px 0;
		margin-top: -20px;
	}
	.newsTop ul li {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
		padding: 0 16px;
		margin-top: 20px;
	}
	.newsBot .image {
		width: 180px;
		margin-right: 24px;
	}
	.newsBot ul li:first-child {
		font-size: 18px;
		height: 20px;
		line-height: 20px;
	}
	.newsBot ul li {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
		padding-right: 0px;
		margin-top: 20px;
	}
	.newsBot ul li span {
		font-size: 14px;
	}
	.newsBot .item {
		margin-top: 22px;
	}
	.exhi-news .title span {
		line-height: 54px;
		font-size: 18px;
	}
	.exhi-news .title span i {
		width: 14px;
		height: 13px;
		margin-top: 21px;
	}
	.exhi-news .title .more {
		top: 22px;
		font-size: 14px;
	}
	.exhi-news li {
		margin-top: 17px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.mt35,#footer {
		margin-top: 28px;
	}
	.part2 {
		padding: 28px 0;
	}
	.part2-left {
		width: 852px;
		margin-right: 30px;
	}
	.part2-left .image .btn {
		padding: 0 28px;
		line-height: 50px;
		height: 52px;
		font-size: 18px;
	}
	.part2-left .image .btn i {
		width: 18px;
		height: 18px;
		margin-right: 4px;
		margin-top: 18px;
	}
	.part2-right .title span {
		font-size: 26px;
	}
	.part2-right .title span i {
		font-size: 38px;
		margin-top: -4px;
	}
	.part2-right .title b {
		width: 134px;
	}
	.part2-right .title p {
		font-size: 22px;
		margin-top: 6px;
	}
	.live-list {
		margin-top: 5px;
	}
	.live-swiper li .item {
		margin-right: 16px;
		margin-top: 16px;
	}
	.live-swiper ul {
		margin-right: -16px;
	}
	.live-swiper li p a {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.switch-swiper .item {
		margin-right: 16px;
	}
	.switch-swiper .swiper-wrapper {
		width: calc(100% + 16px);
	}
	.switch-swiper .image mark {
		right: 8px;
		top: 8px;
		height: 28px;
		line-height: 26px;
		padding: 0 8px;
		font-size: 14px;
	}
	.switch-swiper .text p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.switch-swiper .text {
		padding: 14px 10px;
	}
	.switch-swiper .text .time {
		margin-top: 12px;
		font-size: 14px;
	}
	.switch-swiper .text .time i {
		margin-top: 1px;
	}
	.part3 .swiper-button-next, .part3 .swiper-button-prev {
		width: 32px;
		height: 34px;
		margin-top: -17px;
	}
	.part3 .swiper-button-prev {
		left: -50px;
	}
	.part3 .swiper-button-next {
		right: -50px;
	}
	.part4-left, .part5-left {
		width: 960px;
		margin-right: 28px;
	}
	.part4 .title span i,.part5 .title span i {
		width: 38px;
		height: 38px;
		margin-right: 8px;
		margin-top: 2px;
	}
	.part4 .title span,.part5 .title span {
		font-size: 24px;
		line-height: 38px;
	}
	.market-main li p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.market-main li {
		padding: 18px 15px 12px;
	}
	.market-main li .check {
		top: 13px;
	}
	.market-main li .data {
		margin-top: 16px;
		padding-top: 12px;
		font-size: 13px;
	}
	.part4-right li {
		margin-top: 21px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
		padding-right: 84px;
	}
	.part4-right li .city {
		font-size: 14px;
	}
	.market-main {
		height: 372px;
	}
	.part5 .title .products-tab a {
		font-size: 16px;
		line-height: 34px;
		padding: 0 18px;
		margin: 0 20px;
		height: 36px;
	}
	.part5 .title .products-tab a::before {
		font-size: 16px;
	}
	.part5 .title .products-tab a::after {
		bottom: -7px;
		border-width: 7px 7px 0 7px;
	}
	.part5-left ul {
		margin-right: -22px;
		margin-top: -22px;
	}
	.part5-left li .item {
		margin-right: 22px;
		margin-top: 22px;
	}
	.part5-left li .text p {
		margin-top: 10px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.part5-left li .text .type {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 8px;
	}
	.part5-left li .text .price {
		margin-top: 8px;
		height: 34px;
		line-height: 32px;
	}
	.part5-left li .text .price mark {
		width: 122px;
		font-size: 17px;
	}
	.part5-left li .text .price a {
		font-size: 15px;
	}
	.part5-right .right-title span {
		font-size: 20px;
		line-height: 44px;
		height: 44px;
		padding: 0 10px;
	}
	.part5-right .right-title span::after {
		right: -24px;
		border-width: 44px 0 0 24px;
	}
	.part5-right .right-title .more {
		right: 18px;
		top: 21px;
		font-size: 14px;
	}
	.part5-right .list .name {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
		padding-right: 66px;
	}
	.part5-right .list .name span {
		font-size: 14px;
	}
	.part5-right .list .name span i {
		font-size: 14px;
	}
	.part5-right .list .item .image {
		width: 86px;
	}
	.part5-right .list .item .text p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.part5-right .list .item .text .price {
		margin-top: 18px;
		line-height: 32px;
		font-size: 20px;
	}
	.part5-right .list .item .text .price .btn {
		height: 32px;
		line-height: 30px;
		font-size: 14px;
		padding: 0 12px;
	}
	.part5-right .list li {
		margin-top: 24px;
	}
	.part5-left li .image {
		padding-bottom: 88%;
	}
	.part6 {
		padding: 28px 0;
	}
	.gold-tab p a i {
		height: 59px;
		width: 48px;
	}
	.gold-tab p a {
		font-size: 34px;
	}
	.gold-tab .text font {
		font-size: 17px;
	}
	.mt30 {
		margin-top: 24px;
	}
	.gold-bot li .item {
		margin-right: 10px;
		margin-top: 10px;
	}
	.gold-bot ul {
		margin-right: -10px;
		margin-top: -10px;
	}
	.public-title b {
		font-size: 34px;
	}
	.public-title span {
		font-size: 17px;
	}
	.public-title i {
		width: 549px;
		height: 26px;
	}
	.part7-main {
		margin-top: 20px;
	}
	.part7-left {
		width: 340px;
		margin-right: 28px;
	}
	.public-tab p a {
		font-size: 20px;
		padding: 20px 14px 0;
	}
	.public-nav .more {
		top: 18px;
		height: 26px;
		line-height: 24px;
		padding: 0 12px;
		font-size: 14px;
	}
	.part7-left .item-top .image {
		width: 135px;
		margin-right: 16px;
	}
	.part7-left .item {
		margin-top: 32px;
		font-size: 16px;
	}
	.part7-left .item-top .text p {
		line-height: 26px;
		height: 52px;
	}
	.part7-left .item-top .text span {
		margin-top: 20px;
		font-size: 14px;
	}
	.part7-left li {
		margin-top: 22px;
		line-height: 18px;
		height: 18px;
	}
	.part7-left .item:nth-child(2) {
		margin-top: 20px;
	}
	.technology-bot .technology-top {
		margin-top: 22px;
		height: 58px;
		line-height: 56px;
		font-size: 20px;
	}
	.technology-bot li {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
		margin-top: 21px;
		padding-right: 50px;
	}
	.technology-bot li .time {
		font-size: 14px;
	}
	.part7-center {
		width: 592px;
		margin-right: 28px;
	}
	.part7-right .list li {
		margin-top: 21px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.part7-right .list li i {
		margin-right: 8px;
		margin-top: 7px;
	}
	.part-adv li:nth-child(2n+1) {
		width: 892px;
	}
	.part8-main {
		margin-top: 18px;
	}
	.exhi-left-top a {
		font-size: 24px;
		line-height: 36px;
		height: 72px;
	}
	.exhi-left {
		width: 340px;
		margin-right: 28px;
	}
	.exhi-left-top {
		padding: 20px 26px;
	}
	.meet-nav {
		height: 54px;
		line-height: 54px;
	}
	.meet-nav a {
		font-size: 20px;
	}
	.meet-nav .followTab {
		height: 54px;
	}
	.meet-nav .followTab i {
		bottom: 0;
		right: 6px;
		border-width: 6px 7px 0 7px;
	}
	.meet-list ul li {
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		text-indent: 16px;
	}
	.exhi-bot li .image .time {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.exhi-bot li .image .time i {
		font-size: 15px;
	}
	.exhi-bot li .text p {
		margin-top: 12px;
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
	.exhi-bot li .text .data span {
		line-height: 21px;
		font-size: 14px;
		height: 21px;
	}
	.exhi-bot li .text .data {
		margin-top: 9px;
	}
	.part9-left {
		width: 340px;
		margin-right: 28px;
		padding: 0 20px 18px;
	}
	.part9-left .title p, .part9-right .title p {
		font-size: 20px;
	}
	.part9-left .title, .part9-right .title {
		line-height: 56px;
	}
	.part9-left .title p i, .part9-right .title p i {
		width: 5px;
		height: 18px;
		margin-top: 21px;
	}
	.part9-left .title .sign {
		font-size: 14px;
	}
	.part9-left .title .sign i {
		font-size: 9px;
	}
	.part9-left .list li {
		margin-top: 21px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.part9-left .list li i {
		margin-right: 8px;
		margin-top: 8px;
	}
	.part9-right .title .link-nav a {
		font-size: 14px;
		width: 94px;
		height: 32px;
		line-height: 30px;
		margin-left: 10px;
		vertical-align: top;
		margin-top: 14px;
	}
	.member-list li {
		margin-top: 22px;
		font-size: 16px;
		line-height: 26px;
		height: 26px;
	}
	.member-list li span {
		height: 24px;
		line-height: 22px;
		padding: 0 8px;
		margin-right: 4px;
		font-size: 14px;
		margin-top: 2px;
	}
	.member-list li span i {
		width: 11px;
		height: 14px;
		margin-right: 4px;
		margin-top: 6px;
	}
	.link-tab a {
		font-size: 18px;
		line-height: 54px;
		height: 54px;
		padding: 0 38px;
	}
	.link-title .join {
		right: 16px;
		top: 20px;
		font-size: 15px;
	}
	.link-title .join i {
		font-size: 11px;
		margin-left: 2px;
		margin-top: 3px;
	}
	.link-bot p a {
		font-size: 15px;
		margin-top: 20px;
		margin-right: 20px;
	}
	.link-bot p {
		margin-right: -20px;
	}
	.update a {
		width: 120px;
		height: 38px;
		line-height: 38px;
		font-size: 15px;
		margin-right: 12px;
	}
	.footer-content {
		padding-left: 0;
	}
	.guide {
		width: 360px;
	}
	.guide p {
		width: 160px;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1138px;
	}
	.newYearBgi{
		padding-top: 59px;
		background: url(../../../../images/index/version/2024/newYearbgImages1138.png) no-repeat 0 -26px;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1158px;
	}
	.public-tab.technology-tab p a {
		width: 154px;
	}
	.public-tab.report-tab p a {
		width: 114px;
	}
	.logo {
		width: 264px;
		margin-top: 0;
	}
	.searchBox {
		width: 500px;
		margin-left: 32px;
		height: 44px;
		margin-top: 2px;
	}
	.searchBox .form .select .select-top {
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	.searchBox button {
		width: 90px;
	}
	.searchBox input {
		padding-right: 90px;
	}
	.topAdv {
		width: 314px;
	}
	.topAdv .Advs {
		width: 340px;
	}
	.navFn .title {
		font-size: 16px;
		padding-right: 14px;
		margin-right: 0;
	}
	.navFn p a {
		font-size: 14px;
		padding: 0 10px;
		line-height: 26px;
		height: 28px;
		margin-right: 0px;
		background-color: transparent;
	}
	.navFn p {
		margin-top: 2px;
	}
	.navFn .item {
		padding: 0 12px;
	}
	.navFn {
		padding: 10px 0;
	}
	.mt18 {
		margin-top: 15px;
	}
	.nav {
		height: 50px;
		line-height: 50px;
	}
	.nav ul li {
		font-size: 18px;
	}
	.nav ul li a {
		padding: 0 18px;
	}
	.nav ul li.new::after {
		right: -20px;
		top: -10px;
	}
	.nav ul li a i.foodjxSearch{
		width: 20px;
		height: 20px;
	}
	.nav ul li a i {
		font-size: 18px;
		margin-top: 16px;
	}
	.product-classify {
		width: 240px;
	}
	.pro-title {
		height: 54px;
		line-height: 54px;
		padding: 0 16px;
	}
	.pro-title b {
		font-size: 18px;
	}
	.pro-title b i {
		width: 15px;
		height: 17px;
		background-size: contain;
	}
	.product-classify ul li {
		height: 68px;
		padding: 14px 16px 0 16px;
	}
	.class-a p {
		font-size: 15px;
		height: 17px;
		line-height: 17px;
	}
	.class-a p i {
		font-size: 10px;
	}
	.class-a span {
		font-size: 12px;
		height: 16px;
		line-height: 16px;
		margin-top: 8px;
	}
	.class-b {
		width: 898px;
		min-height: 476px;
		left: 240px;
		top: 0;
	}
	.class-b.t2 {
		top: -68px;
	}
	.class-b.t3 {
		top: -136px;
	}
	.class-b.t4 {
		top: -204px;
	}
	.class-b.t5 {
		top: -272px;
	}
	.class-b.t6 {
		top: -340px;
	}
	.class-b.t7 {
		top: -408px;
	}
	.class-b.t8 {
		top: -476px;
	}
	.class-adv {
		padding: 10px 32px 0 30px;
	}
	.class-txt {
		width: 664px;
	}
	.class-txt .item {
		width: 312px;
		margin-left: 20px;
		padding: 10px 0 10px 0px;
	}
	.class-txt .item .class-c {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.class-txt .item .class-c .more {
		font-size: 12px;
	}
	.class-txt .item p {
		font-size: 12px;
		text-indent: -5px;
		height: 24px;
	}
	.class-txt .item p a {
		line-height: 24px;
		margin: 0 5px;
	}
	.news {
		width: 578px;
		margin: 0 20px;
	}
	.news-nav {
		height: 44px;
		line-height: 44px;
	}
	.news-nav a::after {
		height: 18px;
	}
	.news-nav a {
		font-size: 18px;
	}
	.news-top {
		padding: 20px 14px 14px;
		margin-top: 16px;
	}
	.news-top b {
		font-size: 22px;
		height: 26px;
		line-height: 26px;
	}
	.news-top b i {
		font-size: 20px;
		margin-right: 6px;
	}
	.news-top p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
		margin-top: 12px;
	}
	.newsTop ul {
		padding: 17px 0;
		margin-top: -20px;
	}
	.newsTop ul li {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
		padding: 0 14px;
		margin-top: 18px;
	}
	.newsBot .image {
		width: 156px;
		margin-right: 14px;
	}
	.newsBot ul li:first-child {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
	}
	.newsBot ul li {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
		padding-right: 0px;
		margin-top: 17px;
	}
	.newsBot ul li span {
		font-size: 12px;
	}
	.newsBot {
		margin-top: 16px;
	}
	.newsBot ul {
		padding: 10px 0;
	}
	.newsBot .item {
		margin-top: 16px;
	}

	.exhi-news .title span {
		line-height: 48px;
		font-size: 16px;
	}
	.exhi-news .title span i {
		width: 12px;
		height: 12px;
		margin-top: 18px;
	}
	.exhi-news .title .more {
		top: 18px;
		font-size: 12px;
	}
	.exhi-news li {
		margin-top: 12px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.exhi-news li i {
		margin-right: 7px;
		margin-top: 6px;
	}
	.swiper-box .swiper-button-next, .swiper-box .swiper-button-prev {
		width: 28px;
		height: 44px;
		margin-top: -22px;
		background-size: 10px 18px;
	}
	.adv-box, .exhi-news {
		margin-top: 10px;
	}
	.exhi-news {
		padding: 0 18px 10px;
	}
	.mt35,#footer {
		margin-top: 18px;
	}
	.part2 {
		padding: 18px 0;
	}
	.part2-left {
		width: 734px;
		margin-right: 24px;
	}
	.part2-left .image .btn {
		padding: 0 26px;
		line-height: 46px;
		height: 48px;
		font-size: 16px;
	}
	.part2-left .image .btn i {
		width: 16px;
		height: 16px;
		margin-right: 4px;
		margin-top: 17px;
	}
	.part2-right .title span {
		font-size: 24px;
	}
	.part2-right .title span i {
		font-size: 35px;
		margin-top: -3px;
	}
	.part2-right .title b {
		width: 104px;
	}
	.part2-right .title p {
		font-size: 20px;
		margin-top: 6px;
	}
	.live-list {
		margin-top: 3px;
	}
	.live-swiper li .item {
		margin-right: 14px;
		margin-top: 14px;
	}
	.live-swiper ul {
		margin-right: -14px;
	}
	.live-swiper li p a {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.live-swiper li p {
		height: 58px;
	}
	.switch-swiper .item {
		margin-right: 14px;
	}
	.switch-swiper .swiper-wrapper {
		width: calc(100% + 14px);
	}
	.switch-swiper .image mark {
		right: 8px;
		top: 8px;
		height: 28px;
		line-height: 26px;
		padding: 0 8px;
		font-size: 14px;
	}
	.switch-swiper .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.switch-swiper .text {
		padding: 14px 10px;
	}
	.switch-swiper .text .time {
		margin-top: 10px;
		font-size: 12px;
	}
	.switch-swiper .text .time i {
		margin-top: 1px;
		font-size: 12px;
	}
	.part3 .swiper-button-next, .part3 .swiper-button-prev {
		width: 32px;
		height: 34px;
		margin-top: -17px;
	}
	.part3 .swiper-button-prev {
		left: -50px;
	}
	.part3 .swiper-button-next {
		right: -50px;
	}
	.part4-left, .part5-left {
		width: 824px;
		margin-right: 24px;
	}
	.part4 .title span i, .part5 .title span i {
		width: 34px;
		height: 34px;
		margin-right: 8px;
		margin-top: 2px;
	}
	.part4 .title span,.part5 .title span {
		font-size: 24px;
		line-height: 34px;
	}
	.part4 .title .more {
		top: 10px;
		height: 26px;
		line-height: 22px;
		padding: 0 12px;
		font-size: 12px;
	}
	.market-main li p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		padding-right: 66px;
	}
	.market-main li {
		padding: 16px 12px 10px;
	}
	.market-main li .check {
		top: 13px;
		font-size: 12px;
		padding: 0 8px;
		height: 24px;
		line-height: 22px;
		right: 14px;
	}
	.market-main li .data {
		margin-top: 14px;
		padding-top: 10px;
		font-size: 12px;
	}
	.part4-right li {
		margin-top: 18px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		padding-right: 72px;
	}
	.part4-right li .city {
		font-size: 12px;
	}
	.market-main {
		height: 334px;
	}
	.part5 .title .products-tab a {
		font-size: 14px;
		line-height: 30px;
		padding: 0 18px;
		margin: 0 16px;
		height: 32px;
	}
	.part5 .title .products-tab a::before {
		font-size: 14px;
		right: -18px;
	}
	.part5 .title .products-tab a::after {
		bottom: -6px;
		border-width: 6px 6px 0 6px;
	}
	.part5-left ul {
		margin-right: -18px;
		margin-top: -18px;
	}
	.part5-left li .item {
		margin-right: 18px;
		margin-top: 18px;
	}
	.part5-left li .text p {
		margin-top: 8px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part5-left li .text .type {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 6px;
	}
	.part5-left li .text .price {
		margin-top: 8px;
		height: 32px;
		line-height: 30px;
	}
	.part5-left li .text .price mark {
		width: 112px;
		font-size: 16px;
	}
	.part5-left li .text .price a {
		font-size: 14px;
	}
	.part5-right .right-title span {
		font-size: 18px;
		line-height: 38px;
		height: 38px;
		padding: 0 8px;
	}
	.part5-right .right-title span::after {
		right: -20px;
		border-width: 38px 0 0 20px;
	}
	.part5-right .right-title .more {
		right: 12px;
		top: 17px;
		font-size: 12px;
	}
	.part5-right .list .name {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		padding-right: 58px;
	}
	.part5-right .list .name span {
		font-size: 12px;
	}
	.part5-right .list .name span i {
		font-size: 12px;
	}
	.part5-right .list .item {
		padding: 10px;
		margin-top: 12px;
	}
	.part5-right .list .item .image {
		width: 76px;
		margin-right: 12px;
	}
	.part5-right .list .item .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part5-right .list .item .text .price {
		margin-top: 14px;
		line-height: 28px;
		font-size: 18px;
	}
	.part5-right .list .item .text .price .btn {
		height: 28px;
		line-height: 26px;
		font-size: 12px;
		padding: 0 10px;
	}
	.part5-right .list li {
		margin-top: 21px;
	}
	.part5-left li .image {
		padding-bottom: 88%;
	}
	.part6 {
		padding: 24px 0;
	}
	.gold-tab p a i {
		height: 54px;
		width: 44px;
		margin-top: -2px;
	}
	.gold-tab p a {
		font-size: 30px;
	}
	.gold-tab .text font {
		font-size: 15px;
	}
	.mt30 {
		margin-top: 18px;
	}
	.gold-bot li .item {
		margin-right: 10px;
		margin-top: 10px;
	}
	.gold-bot ul {
		margin-right: -10px;
		margin-top: -10px;
	}
	.public-title b {
		font-size: 30px;
	}
	.public-title span {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.public-title i {
		width: 468px;
		height: 22px;
	}
	.part7-main {
		margin-top: 14px;
	}
	.part7-left {
		width: 290px;
		margin-right: 24px;
	}
	.public-tab p a {
		font-size: 18px;
		padding: 14px 12px 0;
	}
	.public-nav .more {
		top: 11px;
		height: 26px;
		line-height: 24px;
		padding: 0 12px;
		font-size: 12px;
	}
	.part7-left .item-top .image {
		width: 120px;
		margin-right: 14px;
	}
	.part7-left .item {
		margin-top: 26px;
		font-size: 15px;
	}
	.part7-left .item-top .text p {
		line-height: 22px;
		height: 44px;
	}
	.part7-left .item-top .text span {
		margin-top: 18px;
		font-size: 12px;
	}
	.part7-left li {
		margin-top: 20px;
		line-height: 16px;
		height: 16px;
	}
	.part7-left .item:nth-child(2) {
		margin-top: 16px;
	}
	.technology-bot .technology-top {
		margin-top: 18px;
		height: 52px;
		line-height: 50px;
		font-size: 18px;
	}
	.technology-bot li {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 19px;
		padding-right: 50px;
	}
	.technology-bot li .time {
		font-size: 14px;
	}
	.part7-center {
		width: 516px;
		margin-right: 24px;
	}
	.part7-right .list li {
		margin-top: 19px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part7-right .list li i {
		margin-right: 7px;
		margin-top: 6px;
	}
	.part-adv li:nth-child(2n+1) {
		width: 765px;
	}
	.part8-main {
		margin-top: 14px;
	}
	.exhi-left-top a {
		font-size: 20px;
		line-height: 30px;
		height: 60px;
	}
	.exhi-left {
		width: 290px;
		margin-right: 24px;
	}
	.exhi-left-top {
		padding: 18px 24px;
	}
	.meet-nav {
		height: 46px;
		line-height: 46px;
	}
	.meet-nav a {
		font-size: 16px;
	}
	.meet-nav .followTab {
		height: 46px;
	}
	.meet-list ul {
		padding: 1px 16px;
	}
	.meet-nav .followTab i {
		bottom: 0;
		right: 6px;
		border-width: 6px 7px 0 7px;
	}
	.meet-list ul li {
		height: 41px;
		line-height: 41px;
		font-size: 14px;
		text-indent: 14px;
	}
	.exhi-bot li .item {
		margin-right: 16px;
		margin-top: 16px;
	}
	.exhi-bot ul {
		margin-right: -16px;
	}
	.exhi-bot li .image .time {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	.exhi-bot li .image .time i {
		font-size: 12px;
	}
	.exhi-bot li .text p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
	.exhi-bot li .text .data span {
		line-height: 18px;
		font-size: 12px;
		height: 18px;
	}
	.exhi-bot li .text .data {
		margin-top: 5px;
	}
	.part9-left {
		width: 290px;
		margin-right: 24px;
		padding: 0 18px 18px;
	}
	.part9-left .title p, .part9-right .title p {
		font-size: 18px;
	}
	.part9-left .title, .part9-right .title {
		line-height: 52px;
	}
	.part9-left .title p i, .part9-right .title p i {
		width: 5px;
		height: 16px;
		margin-top: 19px;
	}
	.part9-left .title .sign {
		font-size: 14px;
	}
	.part9-left .title .sign i {
		font-size: 9px;
	}
	.part9-left .list li {
		margin-top: 16px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part9-left .list li i {
		margin-right: 6px;
		margin-top: 6px;
	}
	.part9-right .title .link-nav a {
		font-size: 12px;
		width: 84px;
		height: 28px;
		line-height: 26px;
		margin-left: 8px;
		vertical-align: top;
		margin-top: 12px;
	}
	.member-list li {
		margin-top: 16px;
		font-size: 14px;
		line-height: 24px;
		height: 24px;
	}
	.member-list li span {
		height: 22px;
		line-height: 20px;
		padding: 0 8px;
		margin-right: 4px;
		font-size: 12px;
		margin-top: 2px;
	}
	.member-list li span i {
		width: 9px;
		height: 13px;
		margin-right: 4px;
		margin-top: 5px;
	}
	.link-tab a {
		font-size: 16px;
		line-height: 44px;
		height: 44px;
		padding: 0 28px;
	}
	.link-title .join {
		right: 16px;
		top: 16px;
		font-size: 14px;
	}
	.link-title .join i {
		font-size: 11px;
		margin-left: 2px;
		margin-top: 3px;
	}
	.link-bot p a {
		font-size: 14px;
		margin-top: 14px;
		margin-right: 14px;
	}
	.link-bot p {
		margin-right: -14px;
	}
	.update a {
		width: 106px;
		height: 34px;
		line-height: 34px;
		font-size: 13px;
		margin-right: 7px;
	}
	.zyAPP {
		width: 96px;
		margin: 5px 10px;
	}
	.zyAPP b {
		font-size: 12px;
		line-height: 28px;
	}
	.foot span {
		font-size: 14px;
		margin: 0 0 10px;
	}
	.footer-content {
		padding-left: 0;
	}
	.guide {
		width: 310px;
	}
	.guide p {
		width: 132px;
	}
	.guide p a {
		font-size: 12px;
	}
	.foot {
		line-height: 16px;
		font-size: 12px;
	}
	.foot li a {
		width: 18px;
		height: 18px;
	}
	.bottom {
		padding: 10px 0;
	}
}
@media only screen and (min-width: 1025px) and (max-width:1199px){
	.w{
		width: 1000px;
	}
	.newYearBgi{
		padding-top: 51px;
		background: url(../../../../images/index/version/2024/newYearbgImages1176-1000.png) no-repeat 0 -24px;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1020px;
	}
	.fix-search {
		width: 488px;
	}
	.public-tab.technology-tab p a {
		width: 128px;
	}
	.public-tab.report-tab p a {
		width: 102px;
	}
	.logo {
		width: 243px;
		margin-top: 0;
	}
	.searchBox {
		width: 400px;
		margin-left: 30px;
		height: 44px;
		margin-top: 2px;
	}
	.searchBox .form .select .select-top {
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	.searchBox button {
		width: 90px;
	}
	.searchBox input {
		padding-right: 90px;
	}
	.topAdv {
		width: 298px;
	}
	.topAdv .Advs {
		width: 330px;
	}
	.navFn .title {
		font-size: 14px;
		padding-right: 10px;
		margin-right: 0;
		height: 24px;
		line-height: 24px;
	}
	.navFn p a {
		font-size: 12px;
		padding: 0 8px;
		line-height: 22px;
		height: 24px;
		margin-right: 0px;
		background-color: transparent;
	}
	.navFn p {
		margin-top: 2px;
	}
	.navFn .item {
		padding: 0 12px;
	}
	.navFn {
		padding: 10px 0;
	}
	.mt18 {
		margin-top: 15px;
	}
	.nav {
		height: 50px;
		line-height: 50px;
	}
	.nav ul li {
		font-size: 18px;
	}
	.nav ul li a {
		padding: 0 11px;
	}
	.nav ul li.new::after {
		right: -20px;
		top: -10px;
	}
	.nav ul li a i.foodjxSearch{
		width: 20px;
		height: 20px;
	}
	.nav ul li a i {
		font-size: 18px;
		margin-top: 16px;
	}
	.product-classify {
		width: 220px;
	}
	.pro-title {
		height: 44px;
		line-height: 44px;
		padding: 0 16px;
	}
	.pro-title b {
		font-size: 18px;
	}
	.pro-title b i {
		width: 13px;
		height: 15px;
		background-size: contain;
	}
	.product-classify ul li {
		height: 66px;
		padding: 14px 16px 0 16px;
	}
	.class-a p {
		font-size: 15px;
		height: 17px;
		line-height: 17px;
	}
	.class-a p i {
		font-size: 10px;
	}
	.class-a span {
		font-size: 12px;
		height: 16px;
		line-height: 16px;
		margin-top: 8px;
	}
	.class-b {
		width: 780px;
		min-height: 462px;
		left: 220px;
		top: 0;
	}
	.class-b.t2 {
		top: -66px;
	}
	.class-b.t3 {
		top: -132px;
	}
	.class-b.t4 {
		top: -198px;
	}
	.class-b.t5 {
		top: -264px;
	}
	.class-b.t6 {
		top: -330px;
	}
	.class-b.t7 {
		top: -396px;
	}
	.class-b.t8 {
		top: -462px;
	}
	.class-adv {
		padding: 10px 24px 0;
	}
	.class-txt {
		width: 566px;
	}
	.class-txt .item {
		width: 262px;
		margin-left: 20px;
		padding: 10px 0 10px 0px;
	}
	.class-txt .item .class-c {
		font-size: 14px;
		margin-bottom: 6px;
		padding-bottom: 6px;
	}
	.class-txt .item .class-c b::after {
		height: 14px;
	}
	.class-txt .item .class-c .more {
		font-size: 12px;
	}
	.class-txt .item p {
		font-size: 12px;
		text-indent: -3px;
		height: 24px;
	}
	.class-txt .item p a {
		line-height: 24px;
		margin: 0 3px;
	}
	.news {
		width: 488px;
		margin: 0 16px;
	}
	.news-nav {
		height: 44px;
		line-height: 44px;
	}
	.news-nav a::after {
		height: 18px;
	}
	.news-nav a {
		font-size: 16px;
	}
	.news-top {
		padding: 16px 14px 14px;
		margin-top: 16px;
	}
	.news-top b {
		font-size: 20px;
		height: 24px;
		line-height: 24px;
	}
	.news-top b i {
		font-size: 18px;
		margin-right: 6px;
	}
	.news-top p {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 10px;
	}
	.newsTop ul {
		padding: 17px 0;
		margin-top: -20px;
	}
	.newsTop ul li {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
		padding: 0 14px;
		margin-top: 17px;
	}
	.newsBot .image {
		width: 150px;
		margin-right: 14px;
	}
	.newsBot ul li:first-child {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
	}
	.newsBot ul li {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
		padding-right: 0px;
		margin-top: 15px;
	}
	.newsBot ul li span {
		font-size: 12px;
	}
	.newsBot {
		margin-top: 16px;
	}
	.newsBot ul {
		padding: 10px 0;
	}
	.newsBot .item {
		margin-top: 16px;
	}

	.exhi-news .title span {
		line-height: 48px;
		font-size: 16px;
	}
	.exhi-news .title span i {
		width: 12px;
		height: 12px;
		margin-top: 18px;
	}
	.exhi-news .title .more {
		top: 18px;
		font-size: 12px;
	}
	.exhi-news li {
		margin-top: 12px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.exhi-news li i {
		margin-right: 7px;
		margin-top: 6px;
	}
	.swiper-box .swiper-button-next, .swiper-box .swiper-button-prev {
		width: 28px;
		height: 44px;
		margin-top: -22px;
		background-size: 10px 18px;
	}
	.adv-box, .exhi-news {
		margin-top: 10px;
	}
	.exhi-news {
		padding: 0 18px 10px;
	}
	.mt35,#footer {
		margin-top: 14px;
	}
	.part2 {
		padding: 14px 0;
	}
	.part2-left {
		width: 652px;
		margin-right: 16px;
	}
	.part2-left .image .btn {
		padding: 0 26px;
		line-height: 46px;
		height: 48px;
		font-size: 16px;
	}
	.part2-left .image .btn i {
		width: 16px;
		height: 16px;
		margin-right: 4px;
		margin-top: 17px;
	}
	.part2-right .title span {
		font-size: 22px;
	}
	.part2-right .title span i {
		font-size: 32px;
		margin-top: -3px;
		margin-right: 4px;
	}
	.part2-right .title b {
		width: 80px;
	}
	.part2-right .title p {
		font-size: 18px;
		margin-top: 6px;
	}
	.live-list {
		margin-top: 3px;
	}
	.live-swiper li .item {
		margin-right: 14px;
		margin-top: 14px;
	}
	.live-swiper ul {
		margin-right: -14px;
	}
	.live-swiper li p a {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.live-swiper li p {
		height: 58px;
	}
	.switch-swiper .item {
		margin-right: 12px;
	}
	.switch-swiper .swiper-wrapper {
		width: calc(100% + 12px);
	}
	.switch-swiper .image mark {
		right: 8px;
		top: 8px;
		height: 28px;
		line-height: 26px;
		padding: 0 8px;
		font-size: 14px;
	}
	.switch-swiper .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.switch-swiper .text {
		padding: 14px 10px;
	}
	.switch-swiper .text .time {
		margin-top: 10px;
		font-size: 12px;
	}
	.switch-swiper .text .time i {
		margin-top: 1px;
		font-size: 12px;
	}
	.part3 .swiper-button-next, .part3 .swiper-button-prev {
		width: 32px;
		height: 34px;
		margin-top: -17px;
	}
	.part3 .swiper-button-prev {
		left: -50px;
	}
	.part3 .swiper-button-next {
		right: -50px;
	}
	.part4-left, .part5-left {
		width: 720px;
		margin-right: 20px;
	}
	.part4 .title span i, .part5 .title span i {
		width: 34px;
		height: 34px;
		margin-right: 8px;
		margin-top: 2px;
	}
	.part4 .title span,.part5 .title span {
		font-size: 24px;
		line-height: 34px;
	}
	.part4 .title .more {
		top: 10px;
		height: 26px;
		line-height: 22px;
		padding: 0 12px;
		font-size: 12px;
	}
	.market-main li p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		padding-right: 66px;
	}
	.market-main li {
		padding: 16px 10px 10px;
	}
	.market-main li .check {
		top: 13px;
		font-size: 12px;
		padding: 0 8px;
		height: 24px;
		line-height: 22px;
		right: 14px;
	}
	.market-main li .data {
		margin-top: 14px;
		padding-top: 10px;
		font-size: 10px;
	}
	.part4-right li {
		margin-top: 16px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		padding-right: 72px;
	}
	.part4-right li .city {
		font-size: 12px;
	}
	.market-main {
		height: 306px;
	}
	.part5 .title .products-tab a {
		font-size: 14px;
		line-height: 30px;
		padding: 0 16px;
		margin: 0 12px;
		height: 32px;
	}
	.part5 .title .products-tab a::before {
		font-size: 14px;
		right: -14px;
	}
	.part5 .title .products-tab a::after {
		bottom: -6px;
		border-width: 6px 6px 0 6px;
	}
	.part5-left ul {
		margin-right: -18px;
		margin-top: -18px;
	}
	.part5-left li .item {
		margin-right: 18px;
		margin-top: 18px;
	}
	.part5-left li .text p {
		margin-top: 8px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part5-left li .text .type {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 6px;
	}
	.part5-left li .text .price {
		margin-top: 8px;
		height: 32px;
		line-height: 30px;
	}
	.part5-left li .text .price mark {
		width: 90px;
		font-size: 16px;
	}
	.part5-left li .text .price a {
		font-size: 14px;
	}
	.part5-right .right-title span {
		font-size: 18px;
		line-height: 38px;
		height: 38px;
		padding: 0 8px;
	}
	.part5-right .right-title span::after {
		right: -20px;
		border-width: 38px 0 0 20px;
	}
	.part5-right .right-title .more {
		right: 12px;
		top: 17px;
		font-size: 12px;
	}
	.part5-right .list .name {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		padding-right: 58px;
	}
	.part5-right .list .name span {
		font-size: 12px;
	}
	.part5-right .list .name span i {
		font-size: 12px;
	}
	.part5-right .list .item {
		padding: 10px;
		margin-top: 12px;
	}
	.part5-right .list .item .image {
		width: 76px;
		margin-right: 12px;
	}
	.part5-right .list .item .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part5-right .list .item .text .price {
		margin-top: 14px;
		line-height: 28px;
		font-size: 18px;
	}
	.part5-right .list .item .text .price .btn {
		height: 28px;
		line-height: 26px;
		font-size: 12px;
		padding: 0 10px;
	}
	.part5-right .list li {
		margin-top: 16px;
	}
	.part5-left li .image {
		padding-bottom: 88%;
	}
	.part6 {
		padding: 16px 0;
	}
	.gold-tab p a i {
		height: 54px;
		width: 44px;
		margin-top: -2px;
	}
	.gold-tab p a {
		font-size: 30px;
	}
	.gold-tab .text font {
		font-size: 15px;
	}
	.mt30 {
		margin-top: 18px;
	}
	.gold-bot li .item {
		margin-right: 10px;
		margin-top: 10px;
	}
	.gold-bot ul {
		margin-right: -10px;
		margin-top: -10px;
	}
	.public-title b {
		font-size: 30px;
	}
	.public-title span {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.public-title i {
		width: 402px;
		height: 22px;
	}
	.part7-main {
		margin-top: 14px;
	}
	.part7-left {
		width: 260px;
		margin-right: 18px;
	}
	.public-tab p a {
		font-size: 18px;
		padding: 14px 12px 0;
	}
	.public-nav .more {
		top: 11px;
		height: 26px;
		line-height: 24px;
		padding: 0 12px;
		font-size: 12px;
	}
	.part7-left .item-top .image {
		width: 120px;
		margin-right: 14px;
	}
	.part7-left .item {
		margin-top: 26px;
		font-size: 15px;
	}
	.part7-left .item-top .text p {
		line-height: 22px;
		height: 44px;
	}
	.part7-left .item-top .text span {
		margin-top: 18px;
		font-size: 12px;
	}
	.part7-left li {
		margin-top: 20px;
		line-height: 16px;
		height: 16px;
	}
	.part7-left .item:nth-child(2) {
		margin-top: 16px;
	}
	.technology-bot .technology-top {
		margin-top: 18px;
		height: 52px;
		line-height: 50px;
		font-size: 16px;
	}
	.technology-bot li {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 19px;
		padding-right: 50px;
	}
	.technology-bot li .time {
		font-size: 14px;
	}
	.part7-center {
		width: 440px;
		margin-right: 18px;
	}
	.part7-right .list li {
		margin-top: 19px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part7-right .list li i {
		margin-right: 7px;
		margin-top: 6px;
	}
	.part-adv li:nth-child(2n+1) {
		width: 674px;
	}
	.part8-main {
		margin-top: 14px;
	}
	.exhi-left-top a {
		font-size: 20px;
		line-height: 30px;
		height: 60px;
	}
	.exhi-left {
		width: 260px;
		margin-right: 18px;
	}
	.exhi-left-top {
		padding: 16px 20px;
	}
	.meet-nav {
		height: 42px;
		line-height: 42px;
	}
	.meet-nav a {
		font-size: 16px;
	}
	.meet-nav .followTab {
		height: 46px;
	}
	.meet-list ul {
		padding: 1px 16px;
	}
	.meet-nav .followTab i {
		bottom: 0;
		right: 6px;
		border-width: 6px 7px 0 7px;
	}
	.meet-list ul li {
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		text-indent: 12px;
	}
	.exhi-bot li .item {
		margin-right: 16px;
		margin-top: 16px;
	}
	.exhi-bot ul {
		margin-right: -16px;
	}
	.exhi-bot li .image .time {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	.exhi-bot li .image .time i {
		font-size: 12px;
	}
	.exhi-bot li .text p {
		margin-top: 8px;
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
	.exhi-bot li .text .data span {
		line-height: 18px;
		font-size: 12px;
		height: 18px;
	}
	.exhi-bot li .text .data {
		margin-top: 5px;
	}
	.part9-left {
		width: 260px;
		margin-right: 18px;
		padding: 0 16px 18px;
	}
	.part9-left .title p, .part9-right .title p {
		font-size: 18px;
	}
	.part9-left .title, .part9-right .title {
		line-height: 52px;
	}
	.part9-left .title p i, .part9-right .title p i {
		width: 5px;
		height: 16px;
		margin-top: 19px;
	}
	.part9-left .title .sign {
		font-size: 14px;
	}
	.part9-left .title .sign i {
		font-size: 9px;
	}
	.part9-left .list li {
		margin-top: 16px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part9-left .list li i {
		margin-right: 6px;
		margin-top: 6px;
	}
	.part9-right .title .link-nav a {
		font-size: 12px;
		width: 84px;
		height: 28px;
		line-height: 26px;
		margin-left: 8px;
		vertical-align: top;
		margin-top: 12px;
	}
	.member-list li {
		margin-top: 16px;
		font-size: 14px;
		line-height: 24px;
		height: 24px;
	}
	.member-list li span {
		height: 22px;
		line-height: 20px;
		padding: 0 8px;
		margin-right: 4px;
		font-size: 12px;
		margin-top: 2px;
	}
	.member-list li span i {
		width: 9px;
		height: 13px;
		margin-right: 4px;
		margin-top: 5px;
	}
	.link-tab a {
		font-size: 16px;
		line-height: 44px;
		height: 44px;
		padding: 0 28px;
	}
	.link-title .join {
		right: 16px;
		top: 16px;
		font-size: 14px;
	}
	.link-title .join i {
		font-size: 11px;
		margin-left: 2px;
		margin-top: 3px;
	}
	.link-bot p a {
		font-size: 12px;
		margin-top: 12px;
		margin-right: 12px;
	}
	.link-bot p {
		margin-right: -12px;
	}
	.update a {
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin-right: 7px;
	}
	.zyAPP {
		width: 86px;
		margin: 5px 8px;
	}
	.zyAPP b {
		font-size: 12px;
		line-height: 28px;
	}
	.foot span {
		font-size: 14px;
		margin: 0 0 10px;
	}
	.footer-content {
		padding-left: 0;
	}
	.guide {
		width: 272px;
	}
	.guide p {
		width: 120px;
		margin-right: 14px;
	}
	.guide p a {
		font-size: 12px;
		line-height: 24px;
	}
	.foot {
		line-height: 16px;
		font-size: 12px;
	}
	.foot li a {
		width: 18px;
		height: 18px;
	}
	.bottom {
		padding: 10px 0;
	}

}

@media only screen and (max-width:1024px){
	.w{
		width: 1000px;
	}
	.newYearBgi{
		padding-top: 51px;
		background: url(../../../../images/index/version/2024/newYearbgImages1024-1000.png) no-repeat 0 -24px;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1020px;
	}
	.fix-search {
		width: 488px;
	}
	.public-tab.technology-tab p a {
		width: 128px;
	}
	.public-tab.report-tab p a {
		width: 102px;
	}
	.logo {
		width: 243px;
		margin-top: 0;
	}
	.searchBox {
		width: 400px;
		margin-left: 30px;
		height: 44px;
		margin-top: 2px;
	}
	.searchBox .form .select .select-top {
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	.searchBox button {
		width: 90px;
	}
	.searchBox input {
		padding-right: 90px;
	}
	.topAdv {
		width: 298px;
	}
	.topAdv .Advs {
		width: 330px;
	}
	.navFn .title {
		font-size: 14px;
		padding-right: 10px;
		margin-right: 0;
		height: 24px;
		line-height: 24px;
	}
	.navFn p a {
		font-size: 12px;
		padding: 0 8px;
		line-height: 22px;
		height: 24px;
		margin-right: 0px;
		background-color: transparent;
	}
	.navFn p {
		margin-top: 2px;
	}
	.navFn .item {
		padding: 0 12px;
	}
	.navFn {
		padding: 10px 0;
	}
	.mt18 {
		margin-top: 15px;
	}
	.nav {
		height: 50px;
		line-height: 50px;
	}
	.nav ul li {
		font-size: 18px;
	}
	.nav ul li a {
		padding: 0 10px;
	}
	.nav ul li.new::after {
		right: -20px;
		top: -10px;
	}
	.nav ul li a i.foodjxSearch{
		width: 20px;
		height: 20px;
	}
	.nav ul li a i {
		font-size: 18px;
		margin-top: 16px;
	}
	.product-classify {
		width: 220px;
	}
	.pro-title {
		height: 44px;
		line-height: 44px;
		padding: 0 16px;
	}
	.pro-title b {
		font-size: 18px;
	}
	.pro-title b i {
		width: 13px;
		height: 15px;
		background-size: contain;
	}
	.product-classify ul li {
		height: 66px;
		padding: 14px 16px 0 16px;
	}
	.class-a p {
		font-size: 15px;
		height: 17px;
		line-height: 17px;
	}
	.class-a p i {
		font-size: 10px;
	}
	.class-a span {
		font-size: 12px;
		height: 16px;
		line-height: 16px;
		margin-top: 8px;
	}
	.class-b {
		width: 780px;
		min-height: 462px;
		left: 220px;
		top: 0;
	}
	.class-b.t2 {
		top: -66px;
	}
	.class-b.t3 {
		top: -132px;
	}
	.class-b.t4 {
		top: -198px;
	}
	.class-b.t5 {
		top: -264px;
	}
	.class-b.t6 {
		top: -330px;
	}
	.class-b.t7 {
		top: -396px;
	}
	.class-b.t8 {
		top: -462px;
	}
	.class-adv {
		padding: 10px 24px 0;
	}
	.class-txt {
		width: 566px;
	}
	.class-txt .item {
		width: 262px;
		margin-left: 20px;
		padding: 10px 0 10px 0px;
	}
	.class-txt .item .class-c {
		font-size: 14px;
		margin-bottom: 6px;
		padding-bottom: 6px;
	}
	.class-txt .item .class-c b::after {
		height: 14px;
	}
	.class-txt .item .class-c .more {
		font-size: 12px;
	}
	.class-txt .item p {
		font-size: 12px;
		text-indent: -3px;
		height: 24px;
	}
	.class-txt .item p a {
		line-height: 24px;
		margin: 0 3px;
	}
	.news {
		width: 488px;
		margin: 0 16px;
	}
	.news-nav {
		height: 44px;
		line-height: 44px;
	}
	.news-nav a::after {
		height: 18px;
	}
	.news-nav a {
		font-size: 16px;
	}
	.news-top {
		padding: 16px 14px 14px;
		margin-top: 16px;
	}
	.news-top b {
		font-size: 20px;
		height: 24px;
		line-height: 24px;
	}
	.news-top b i {
		font-size: 18px;
		margin-right: 6px;
	}
	.news-top p {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 10px;
	}
	.newsTop ul {
		padding: 17px 0;
		margin-top: -20px;
	}
	.newsTop ul li {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
		padding: 0 14px;
		margin-top: 17px;
	}
	.newsBot .image {
		width: 150px;
		margin-right: 14px;
	}
	.newsBot ul li:first-child {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
	}
	.newsBot ul li {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
		padding-right: 0px;
		margin-top: 15px;
	}
	.newsBot ul li span {
		font-size: 12px;
	}
	.newsBot {
		margin-top: 16px;
	}
	.newsBot ul {
		padding: 10px 0;
	}
	.newsBot .item {
		margin-top: 16px;
	}

	.exhi-news .title span {
		line-height: 48px;
		font-size: 16px;
	}
	.exhi-news .title span i {
		width: 12px;
		height: 12px;
		margin-top: 18px;
	}
	.exhi-news .title .more {
		top: 18px;
		font-size: 12px;
	}
	.exhi-news li {
		margin-top: 12px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.exhi-news li i {
		margin-right: 7px;
		margin-top: 6px;
	}
	.swiper-box .swiper-button-next, .swiper-box .swiper-button-prev {
		width: 28px;
		height: 44px;
		margin-top: -22px;
		background-size: 10px 18px;
	}
	.adv-box, .exhi-news {
		margin-top: 10px;
	}
	.exhi-news {
		padding: 0 18px 10px;
	}
	.mt35,#footer {
		margin-top: 14px;
	}
	.part2 {
		padding: 14px 0;
	}
	.part2-left {
		width: 652px;
		margin-right: 16px;
	}
	.part2-left .image .btn {
		padding: 0 26px;
		line-height: 46px;
		height: 48px;
		font-size: 16px;
	}
	.part2-left .image .btn i {
		width: 16px;
		height: 16px;
		margin-right: 4px;
		margin-top: 17px;
	}
	.part2-right .title span {
		font-size: 22px;
	}
	.part2-right .title span i {
		font-size: 32px;
		margin-top: -3px;
		margin-right: 4px;
	}
	.part2-right .title b {
		width: 80px;
	}
	.part2-right .title p {
		font-size: 18px;
		margin-top: 6px;
	}
	.live-list {
		margin-top: 3px;
	}
	.live-swiper li .item {
		margin-right: 14px;
		margin-top: 14px;
	}
	.live-swiper ul {
		margin-right: -14px;
	}
	.live-swiper li p a {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.live-swiper li p {
		height: 58px;
	}
	.switch-swiper .item {
		margin-right: 12px;
	}
	.switch-swiper .swiper-wrapper {
		width: calc(100% + 12px);
	}
	.switch-swiper .image mark {
		right: 8px;
		top: 8px;
		height: 28px;
		line-height: 26px;
		padding: 0 8px;
		font-size: 14px;
	}
	.switch-swiper .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.switch-swiper .text {
		padding: 14px 10px;
	}
	.switch-swiper .text .time {
		margin-top: 10px;
		font-size: 12px;
	}
	.switch-swiper .text .time i {
		margin-top: 1px;
		font-size: 12px;
	}
	.part3 .swiper-button-next, .part3 .swiper-button-prev {
		width: 32px;
		height: 34px;
		margin-top: -17px;
	}
	.part3 .swiper-button-prev {
		left: -50px;
	}
	.part3 .swiper-button-next {
		right: -50px;
	}
	.part4-left, .part5-left {
		width: 720px;
		margin-right: 20px;
	}
	.part4 .title span i, .part5 .title span i {
		width: 34px;
		height: 34px;
		margin-right: 8px;
		margin-top: 2px;
	}
	.part4 .title span,.part5 .title span {
		font-size: 24px;
		line-height: 34px;
	}
	.part4 .title .more {
		top: 10px;
		height: 26px;
		line-height: 22px;
		padding: 0 12px;
		font-size: 12px;
	}
	.market-main li p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		padding-right: 66px;
	}
	.market-main li {
		padding: 16px 10px 10px;
	}
	.market-main li .check {
		top: 13px;
		font-size: 12px;
		padding: 0 8px;
		height: 24px;
		line-height: 22px;
		right: 14px;
	}
	.market-main li .data {
		margin-top: 14px;
		padding-top: 10px;
		font-size: 10px;
	}
	.part4-right li {
		margin-top: 16px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		padding-right: 72px;
	}
	.part4-right li .city {
		font-size: 12px;
	}
	.market-main {
		height: 306px;
	}
	.part5 .title .products-tab a {
		font-size: 14px;
		line-height: 30px;
		padding: 0 16px;
		margin: 0 12px;
		height: 32px;
	}
	.part5 .title .products-tab a::before {
		font-size: 14px;
		right: -14px;
	}
	.part5 .title .products-tab a::after {
		bottom: -6px;
		border-width: 6px 6px 0 6px;
	}
	.part5-left ul {
		margin-right: -18px;
		margin-top: -18px;
	}
	.part5-left li .item {
		margin-right: 18px;
		margin-top: 18px;
	}
	.part5-left li .text p {
		margin-top: 8px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part5-left li .text .type {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 6px;
	}
	.part5-left li .text .price {
		margin-top: 8px;
		height: 32px;
		line-height: 30px;
	}
	.part5-left li .text .price mark {
		width: 90px;
		font-size: 16px;
	}
	.part5-left li .text .price a {
		font-size: 14px;
	}
	.part5-right .right-title span {
		font-size: 18px;
		line-height: 38px;
		height: 38px;
		padding: 0 8px;
	}
	.part5-right .right-title span::after {
		right: -20px;
		border-width: 38px 0 0 20px;
	}
	.part5-right .right-title .more {
		right: 12px;
		top: 17px;
		font-size: 12px;
	}
	.part5-right .list .name {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		padding-right: 58px;
	}
	.part5-right .list .name span {
		font-size: 12px;
	}
	.part5-right .list .name span i {
		font-size: 12px;
	}
	.part5-right .list .item {
		padding: 10px;
		margin-top: 12px;
	}
	.part5-right .list .item .image {
		width: 76px;
		margin-right: 12px;
	}
	.part5-right .list .item .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part5-right .list .item .text .price {
		margin-top: 14px;
		line-height: 28px;
		font-size: 18px;
	}
	.part5-right .list .item .text .price .btn {
		height: 28px;
		line-height: 26px;
		font-size: 12px;
		padding: 0 10px;
	}
	.part5-right .list li {
		margin-top: 16px;
	}
	.part5-left li .image {
		padding-bottom: 88%;
	}
	.part6 {
		padding: 16px 0;
	}
	.gold-tab p a i {
		height: 54px;
		width: 44px;
		margin-top: -2px;
	}
	.gold-tab p a {
		font-size: 30px;
	}
	.gold-tab .text font {
		font-size: 15px;
	}
	.mt30 {
		margin-top: 18px;
	}
	.gold-bot li .item {
		margin-right: 10px;
		margin-top: 10px;
	}
	.gold-bot ul {
		margin-right: -10px;
		margin-top: -10px;
	}
	.public-title b {
		font-size: 30px;
	}
	.public-title span {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.public-title i {
		width: 402px;
		height: 22px;
	}
	.part7-main {
		margin-top: 14px;
	}
	.part7-left {
		width: 260px;
		margin-right: 18px;
	}
	.public-tab p a {
		font-size: 18px;
		padding: 14px 12px 0;
	}
	.public-nav .more {
		top: 11px;
		height: 26px;
		line-height: 24px;
		padding: 0 12px;
		font-size: 12px;
	}
	.part7-left .item-top .image {
		width: 120px;
		margin-right: 14px;
	}
	.part7-left .item {
		margin-top: 26px;
		font-size: 15px;
	}
	.part7-left .item-top .text p {
		line-height: 22px;
		height: 44px;
	}
	.part7-left .item-top .text span {
		margin-top: 18px;
		font-size: 12px;
	}
	.part7-left li {
		margin-top: 20px;
		line-height: 16px;
		height: 16px;
	}
	.part7-left .item:nth-child(2) {
		margin-top: 16px;
	}
	.technology-bot .technology-top {
		margin-top: 18px;
		height: 52px;
		line-height: 50px;
		font-size: 16px;
	}
	.technology-bot li {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 19px;
		padding-right: 50px;
	}
	.technology-bot li .time {
		font-size: 14px;
	}
	.part7-center {
		width: 440px;
		margin-right: 18px;
	}
	.part7-right .list li {
		margin-top: 19px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part7-right .list li i {
		margin-right: 7px;
		margin-top: 6px;
	}
	.part-adv li:nth-child(2n+1) {
		width: 674px;
	}
	.part8-main {
		margin-top: 14px;
	}
	.exhi-left-top a {
		font-size: 20px;
		line-height: 30px;
		height: 60px;
	}
	.exhi-left {
		width: 260px;
		margin-right: 18px;
	}
	.exhi-left-top {
		padding: 16px 20px;
	}
	.meet-nav {
		height: 42px;
		line-height: 42px;
	}
	.meet-nav a {
		font-size: 16px;
	}
	.meet-nav .followTab {
		height: 46px;
	}
	.meet-list ul {
		padding: 1px 16px;
	}
	.meet-nav .followTab i {
		bottom: 0;
		right: 6px;
		border-width: 6px 7px 0 7px;
	}
	.meet-list ul li {
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		text-indent: 12px;
	}
	.exhi-bot li .item {
		margin-right: 16px;
		margin-top: 16px;
	}
	.exhi-bot ul {
		margin-right: -16px;
	}
	.exhi-bot li .image .time {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	.exhi-bot li .image .time i {
		font-size: 12px;
	}
	.exhi-bot li .text p {
		margin-top: 8px;
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
	.exhi-bot li .text .data span {
		line-height: 18px;
		font-size: 12px;
		height: 18px;
	}
	.exhi-bot li .text .data {
		margin-top: 5px;
	}
	.part9-left {
		width: 260px;
		margin-right: 18px;
		padding: 0 16px 18px;
	}
	.part9-left .title p, .part9-right .title p {
		font-size: 18px;
	}
	.part9-left .title, .part9-right .title {
		line-height: 52px;
	}
	.part9-left .title p i, .part9-right .title p i {
		width: 5px;
		height: 16px;
		margin-top: 19px;
	}
	.part9-left .title .sign {
		font-size: 14px;
	}
	.part9-left .title .sign i {
		font-size: 9px;
	}
	.part9-left .list li {
		margin-top: 16px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part9-left .list li i {
		margin-right: 6px;
		margin-top: 6px;
	}
	.part9-right .title .link-nav a {
		font-size: 12px;
		width: 84px;
		height: 28px;
		line-height: 26px;
		margin-left: 8px;
		vertical-align: top;
		margin-top: 12px;
	}
	.member-list li {
		margin-top: 16px;
		font-size: 14px;
		line-height: 24px;
		height: 24px;
	}
	.member-list li span {
		height: 22px;
		line-height: 20px;
		padding: 0 8px;
		margin-right: 4px;
		font-size: 12px;
		margin-top: 2px;
	}
	.member-list li span i {
		width: 9px;
		height: 13px;
		margin-right: 4px;
		margin-top: 5px;
	}
	.link-tab a {
		font-size: 16px;
		line-height: 44px;
		height: 44px;
		padding: 0 28px;
	}
	.link-title .join {
		right: 16px;
		top: 16px;
		font-size: 14px;
	}
	.link-title .join i {
		font-size: 11px;
		margin-left: 2px;
		margin-top: 3px;
	}
	.link-bot p a {
		font-size: 12px;
		margin-top: 12px;
		margin-right: 12px;
	}
	.link-bot p {
		margin-right: -12px;
	}
	.update a {
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin-right: 7px;
	}
	.zyAPP {
		width: 86px;
		margin: 5px 8px;
	}
	.zyAPP b {
		font-size: 12px;
		line-height: 28px;
	}
	.foot span {
		font-size: 14px;
		margin: 0 0 10px;
	}
	.footer-content {
		padding-left: 0;
	}
	.guide {
		width: 272px;
	}
	.guide p {
		width: 120px;
		margin-right: 14px;
	}
	.guide p a {
		font-size: 12px;
		line-height: 24px;
	}
	.foot {
		line-height: 16px;
		font-size: 12px;
	}
	.foot li a {
		width: 18px;
		height: 18px;
	}
	.bottom {
		padding: 10px 0;
	}
}
